Please reflect the following patch before this patch.
"Implement user interface of Flow Specification"
Shinpei Muraoka (8):
packet/bgp: Implement the utility of Flow Specification for BGPSpeaker
BGPSpeaker/info_base: Add tables for Flow Specification
BGPSpeaker/SSH: Supports display of Flow Specification RIB
BGPSpeaker: Support Flow Specification update messages
library_packet_ref: Add description of action for Flow Specification
test_bgpspeaker: Add unit tests for Flow Specification
core_managers/test_table_manager: Add unit tests for Flow
Specification
utils/test_bgp: Add unit tests for Flow Specification
doc/source/library_packet_ref.rst | 10 +
ryu/lib/packet/bgp.py | 92 ++++++++
ryu/services/protocols/bgp/api/base.py | 3 +
ryu/services/protocols/bgp/api/prefix.py | 105 ++++++++-
ryu/services/protocols/bgp/api/rtconf.py | 26 +++
ryu/services/protocols/bgp/application.py | 2 +
ryu/services/protocols/bgp/base.py | 4 +
ryu/services/protocols/bgp/bgp_sample_conf.py | 92 +++++++-
ryu/services/protocols/bgp/bgpspeaker.py | 146 ++++++++++++
.../protocols/bgp/core_managers/table_manager.py | 151 +++++++++++-
ryu/services/protocols/bgp/info_base/ipv4fs.py | 93 ++++++++
ryu/services/protocols/bgp/info_base/vpnv4fs.py | 66 ++++++
ryu/services/protocols/bgp/info_base/vrf.py | 11 +
ryu/services/protocols/bgp/info_base/vrf4fs.py | 60 +++++
ryu/services/protocols/bgp/info_base/vrffs.py | 91 ++++++++
ryu/services/protocols/bgp/model.py | 4 +-
ryu/services/protocols/bgp/net_ctrl.py | 7 +-
.../bgp/operator/commands/show/neighbor.py | 2 +-
.../protocols/bgp/operator/commands/show/rib.py | 11 +-
.../commands/show/route_formatter_mixin.py | 2 +-
.../protocols/bgp/operator/internal_api.py | 4 +
ryu/services/protocols/bgp/peer.py | 23 +-
ryu/services/protocols/bgp/rtconf/base.py | 20 ++
ryu/services/protocols/bgp/rtconf/neighbors.py | 32 ++-
ryu/services/protocols/bgp/rtconf/vrfs.py | 13 +-
ryu/services/protocols/bgp/utils/bgp.py | 51 +++++
.../bgp/core_managers/test_table_manager.py | 252 +++++++++++++++++++++
.../unit/services/protocols/bgp/test_bgpspeaker.py | 153 +++++++++++++
.../unit/services/protocols/bgp/utils/test_bgp.py | 85 +++++++
29 files changed, 1595 insertions(+), 16 deletions(-)
create mode 100644 ryu/services/protocols/bgp/info_base/ipv4fs.py
create mode 100644 ryu/services/protocols/bgp/info_base/vpnv4fs.py
create mode 100644 ryu/services/protocols/bgp/info_base/vrf4fs.py
create mode 100644 ryu/services/protocols/bgp/info_base/vrffs.py
create mode 100644 ryu/tests/unit/services/protocols/bgp/utils/test_bgp.py
--
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