On Tue, 19 Aug 2014 23:01:24 +0200
Sujit Pandey wrote:
> Hi
> I am trying to put mpls flows in the some topology where shortest path is
> selected. for selecting the path I am using the networkx and output be the
> list.
>
> LOG = logging.getLogger(__name__)
>
>
> class SwitchEventHandler(app_
Hi
I am trying to put mpls flows in the some topology where shortest path is
selected. for selecting the path I am using the networkx and output be the
list.
LOG = logging.getLogger(__name__)
class SwitchEventHandler(app_manager.RyuApp):
OFP_VERSIONS = [ofproto_v1_3.OFP_VERSION]
_CONTEXT