On Tue, 22 Nov 2016 11:20:18 +0900 IWASE Yusuke <[email protected]> wrote:
> 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(-) Applied, thanks! ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
