Currently, BGPSpeaker will listen the incoming connection with the
unspecified IP addresses ('0.0.0.0' and '::').

The following patches enable to specify the local listen address list
for starting BGPSpeaker instance.
Also include some improvements of "bgp/application.py".

IWASE Yusuke (2):
  bgp/application: Enhance arguments handling for BGPSpeaker
  BGPSpeaker: Enable to specify local listen addresses

 ryu/services/protocols/bgp/application.py     | 63 ++++++++++-----------------
 ryu/services/protocols/bgp/base.py            |  2 +-
 ryu/services/protocols/bgp/bgp_sample_conf.py |  3 ++
 ryu/services/protocols/bgp/bgpspeaker.py      |  6 +++
 ryu/services/protocols/bgp/core.py            | 16 +++----
 ryu/services/protocols/bgp/rtconf/common.py   | 25 ++++++++++-
 6 files changed, 63 insertions(+), 52 deletions(-)

-- 
2.7.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to