Currently, Ryu supports the features of Route Server. On the other hand, does not have the features of Route Reflector.
The following patches implement the features for acting as a Route Reflector which defined in RFC4456. And also include the improvements for validating the user input boolean values. IWASE Yusuke (2): BGPSpeaker: Support Route Reflector features [RFC4456] BGPSpeaker: Use isinstance(*, bool) for boolean check ryu/lib/packet/bgp.py | 2 +- ryu/services/protocols/bgp/application.py | 2 + ryu/services/protocols/bgp/bgpspeaker.py | 28 ++++- ryu/services/protocols/bgp/peer.py | 159 +++++++++++++++++-------- ryu/services/protocols/bgp/processor.py | 50 ++++++-- ryu/services/protocols/bgp/rtconf/base.py | 20 ++-- ryu/services/protocols/bgp/rtconf/common.py | 21 +++- ryu/services/protocols/bgp/rtconf/neighbors.py | 28 ++++- 8 files changed, 230 insertions(+), 80 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 [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
