Re: [Ryu-devel] about adding mpls flow

2014-08-20 Thread FUJITA Tomonori
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_

[Ryu-devel] about adding mpls flow

2014-08-19 Thread Sujit Pandey
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