Re: [Ryu-devel] got an exception when using bgp

2014-08-13 Thread ISHIDA Wataru
Hi, Are you running ryu bgp with root permission? ryu bgp listens on port 179, so root permission is required. and if you use ‘local_address’, you have to specify ‘local_port’ too like this 'bgp_neighbors': { '10.2.2.2': { 'remote_as': 45090, 'loca

Re: [Ryu-devel] got an exception when using bgp

2014-08-13 Thread FUJITA Tomonori
On Wed, 13 Aug 2014 17:32:11 +0800 Peng Xiao wrote: > hi team > > here is my exception. > > $ ryu run --verbose --config-file ~/ryu/etc/ryu/ryu.conf > ~/ryu/ryu/services/protocols/bgp/application.py > loading app /home/bgpmon/ryu/ryu/services/protocols/bgp/application.py > Create CustomEvent ca

[Ryu-devel] got an exception when using bgp

2014-08-13 Thread Peng Xiao
hi team here is my exception. $ ryu run --verbose --config-file ~/ryu/etc/ryu/ryu.conf ~/ryu/ryu/services/protocols/bgp/application.py loading app /home/bgpmon/ryu/ryu/services/protocols/bgp/application.py Create CustomEvent called instantiating app /home/bgpmon/ryu/ryu/services/protocols/bgp/app