Thanks Iwase. This really helps.
I tried to create the file *application1.py *and *mybgpapp1.py* in the
distribution site
*/usr/local/lib/python2.7/dist-packages/ryu/services/protocols/bgp* and i
am able to run my application from there.
Is this normal?. This is a little tedious. I think i will re-
Hi,
I have a ryu module/file(* mybgpapp1.py*) in the path
*/home/mininet/ryu/ryu/services/protocols/bgp*
1) When i am importing from file *application.py* as below it works fine:
from ryu.services.protocols.bgp import application as bgp_application
2)However when i import from another fil