[Ryu-devel] dynamic load and unload modules

2014-10-19 Thread 汪 建廷
Can we build a mother module which can dynamically load and unload other modules instead of calling all of them in the beginning (ryu_manager A.py B.py ...)? We have try to use run_apps in base/app_manager.py, but it will be conflict if they both have function relate to controller. For examp

Re: [Ryu-devel] [PATCH] stplib.py: Should wildcard non-relevant bits in the mask field of port mod message for OpenFlow 1.2+.

2014-10-19 Thread FUJITA Tomonori
On Sun, 19 Oct 2014 23:51:01 +0800 "fortitude.zhang" wrote: > --- > ryu/lib/stplib.py | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) Applied, thanks! Please add a patch with your Signed-off-by next time: 12) Sign your work https://www.kernel.org/doc/Documentation/SubmittingPatch

Re: [Ryu-devel] [PATCH] bgp: fix bug of ASPathFilter in case of iBGP peering

2014-10-19 Thread FUJITA Tomonori
On Sun, 19 Oct 2014 10:32:09 +0900 Toshiki Tsuboi wrote: > In normally, when RyuBGPSpeaker originates some prefixes, it sends BGP Update > messages as [ASpath: None] to peering iBGP router. > But, In use of ASPathFilter 'policy=TOP', RyuBGPSpeaker has failed to send > Update messages as bellow.