subsequent patches fix some bugs regarding with bgp-speaker and add a feature to add/remove vpn prefix through ssh client
ISHIDA Wataru (8): packet/bgp: fix bug in serializing AS PATH path attribute packet/bgp: enhanced route refresh support bgp: fix typo bgp: fix bug of accessing dead socket packet/bgp: bug fix of route target nlri class bgp: import lacking constants bgp: improve how to show rib bgp: support to add/remove prefixs of vpns through ssh client ryu/lib/packet/bgp.py | 165 +++++++++++++++----- ryu/services/protocols/bgp/application.py | 5 +- .../protocols/bgp/core_managers/peer_manager.py | 1 + .../protocols/bgp/core_managers/table_manager.py | 16 +- ryu/services/protocols/bgp/info_base/base.py | 2 +- ryu/services/protocols/bgp/info_base/rtc.py | 5 +- ryu/services/protocols/bgp/info_base/vpn.py | 2 +- ryu/services/protocols/bgp/info_base/vrf.py | 30 +++- ryu/services/protocols/bgp/mpbgp_sample_conf.py | 112 +++++++++++++ .../protocols/bgp/operator/commands/prefix.py | 59 +++++++ .../protocols/bgp/operator/commands/root.py | 4 +- .../protocols/bgp/operator/commands/show/rib.py | 2 +- .../commands/show/route_formatter_mixin.py | 15 +- .../protocols/bgp/operator/internal_api.py | 23 ++- ryu/services/protocols/bgp/peer.py | 6 +- ryu/services/protocols/bgp/processor.py | 2 +- ryu/services/protocols/bgp/rtconf/vrfs.py | 2 +- ryu/services/protocols/bgp/speaker.py | 11 +- 18 files changed, 379 insertions(+), 83 deletions(-) create mode 100644 ryu/services/protocols/bgp/mpbgp_sample_conf.py create mode 100644 ryu/services/protocols/bgp/operator/commands/prefix.py -- 1.7.9.5 ------------------------------------------------------------------------------ Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing software faster • Expert tips and advice for migrating your SCM now http://p.sf.net/sfu/perforce _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
