Ayan Banerjee (2): Quagga: ipv6 multipath support Enable support for BGP IPV6 multipath.
Dinesh Dutt (1): BGP: IPv6 Multipath broken with nexthop global address Pradosh Mohapatra (1): bgp: cluster-id length equality for multipath Vipin Kumar (1): bgpd: update delay bgpd/bgp_attr.h | 4 + bgpd/bgp_fsm.c | 175 ++++++++++++++++++++++++++++++- bgpd/bgp_fsm.h | 1 + bgpd/bgp_main.c | 2 + bgpd/bgp_mpath.c | 4 +- bgpd/bgp_mpath.h | 3 +- bgpd/bgp_packet.c | 154 ++++++++++++++++++++++++++- bgpd/bgp_packet.h | 4 +- bgpd/bgp_route.c | 56 +++++++--- bgpd/bgp_route.h | 1 + bgpd/bgp_vty.c | 274 +++++++++++++++++++++++++++++++++++++----------- bgpd/bgp_vty.h | 3 + bgpd/bgp_zebra.c | 135 ++++++++++++++++++++---- bgpd/bgp_zebra.h | 2 + bgpd/bgpd.c | 4 + bgpd/bgpd.h | 23 ++++ doc/bgpd.texi | 24 +++++ tests/bgp_mpath_test.c | 4 +- zebra/rib.h | 12 +++ zebra/rt_netlink.c | 1 + zebra/zebra_rib.c | 91 +++++++++++++++- zebra/zserv.c | 90 +++++++++++----- 22 files changed, 924 insertions(+), 143 deletions(-) -- 1.7.10.4 _______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
