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
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
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.