In case of the IPv6 address family in MP-BGP, NLRI might has multipule next_hop addresses (e.g., one is global unicast address and the other is link local unicast address).
The following patches fix to support multipule next_hop addresses in MP-BGP NLRIs. IWASE Yusuke (4): packet/bgp: Support multiple BGP messages in a packet stringify: Add optional attributes list to be displayed packet/bgp: Unpack mpls_label in BGPPathAttributePmsiTunnel packet/bgp: Support multiple next_hop in BGPPathAttributeMpReachNLRI ryu/lib/packet/bgp.py | 107 ++++++++++++++++++----- ryu/lib/stringify.py | 20 ++++- ryu/tests/packet_data/bgp4/bgp4-update_ipv6.pcap | Bin 168 -> 233 bytes ryu/tests/unit/packet/test_bgp.py | 42 +++++++++ 4 files changed, 143 insertions(+), 26 deletions(-) -- 2.7.4 ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
