This patch updates "[PATCH 0/7] BGPSpeaker Support IPv6
and VPNv6 unicast routes" for Fujita-san comments.

Currently, BGPSpeaker supports IPv6 unicast routes, but
user can not explicitly enable the capability for IPv6
address family.

This patch enables BGPSpeaker to set the capability for
IPv6 unicast address family.

IWASE Yusuke (7):
  packet/bgp: Enable Extended Length flags if specified
  test_bgp: Uncomment out test case for UPDATE
  lib/ip: Add method to convert IPv4/IPv6 to int
  packet/bgp: Refactor MP_REACH_NLRI and MP_UNREACH_NLRI
  test_bgp: Enable to check parsed BGP message
  test_bgp: Add test cases for IPv6 and VPNv6 routes
  BGPSpeaker: Enable to set capability for IPv6

 ryu/lib/ip.py                                     |  45 +++++--
 ryu/lib/packet/bgp.py                             | 140 +++++++++++-----------
 ryu/services/protocols/bgp/bgp_sample_conf.py     |  32 ++++-
 ryu/services/protocols/bgp/bgpspeaker.py          |  26 ++--
 ryu/tests/integrated/common/ryubgp.py             |  11 +-
 ryu/tests/packet_data/bgp4/bgp4-update_ipv6.pcap  | Bin 0 -> 168 bytes
 ryu/tests/packet_data/bgp4/bgp4-update_vpnv6.pcap | Bin 0 -> 209 bytes
 ryu/tests/unit/lib/test_ip.py                     |  54 ++++++++-
 ryu/tests/unit/packet/test_bgp.py                 |  23 ++--
 9 files changed, 207 insertions(+), 124 deletions(-)
 create mode 100644 ryu/tests/packet_data/bgp4/bgp4-update_ipv6.pcap
 create mode 100644 ryu/tests/packet_data/bgp4/bgp4-update_vpnv6.pcap

-- 
2.7.4


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to