]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_nexthop.c
nexthop-tracking.patch
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 00:40:34 +0000 (17:40 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 00:40:34 +0000 (17:40 -0700)
commitfb018d251e5fc2fee0814a63c4e0a44274c98bb9
tree59351ede3cd497fbb05c2b6906de549f17686f55
parentf188f2c424e8cf37517e68c09ca93329aa4297aa
nexthop-tracking.patch

quagga: nexthop-tracking.patch

Add next hop tracking support to Quagga. Complete documentation in doc/next-hop-tracking.txt.

Signed-off-by: Pradosh Mohapatra <pmohapat@cumulusnetworks.com>
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Signed-off-by: Dinesh Dutt <ddutt@cumulusnetworks.com>
33 files changed:
bgpd/Makefile.am
bgpd/bgp_debug.c
bgpd/bgp_debug.h
bgpd/bgp_nexthop.c
bgpd/bgp_nexthop.h
bgpd/bgp_nht.c [new file with mode: 0644]
bgpd/bgp_nht.h [new file with mode: 0644]
bgpd/bgp_route.c
bgpd/bgp_route.h
bgpd/bgp_zebra.c
doc/next-hop-tracking.txt [new file with mode: 0644]
lib/Makefile.am
lib/log.c
lib/memtypes.c
lib/nexthop.c [new file with mode: 0644]
lib/nexthop.h [new file with mode: 0644]
lib/zclient.c
lib/zclient.h
lib/zebra.h
zebra/Makefile.am
zebra/debug.c
zebra/debug.h
zebra/rib.h
zebra/rt_netlink.c
zebra/zebra_fpm_netlink.c
zebra/zebra_rib.c
zebra/zebra_rnh.c [new file with mode: 0644]
zebra/zebra_rnh.h [new file with mode: 0644]
zebra/zebra_rnh_null.c [new file with mode: 0644]
zebra/zebra_routemap.c
zebra/zebra_vty.c
zebra/zserv.c
zebra/zserv.h