summaryrefslogtreecommitdiff
path: root/zebra/zebra_routemap.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-05-19 17:40:34 -0700
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-05-19 17:40:34 -0700
commitfb018d251e5fc2fee0814a63c4e0a44274c98bb9 (patch)
tree59351ede3cd497fbb05c2b6906de549f17686f55 /zebra/zebra_routemap.c
parentf188f2c424e8cf37517e68c09ca93329aa4297aa (diff)
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>
Diffstat (limited to 'zebra/zebra_routemap.c')
-rw-r--r--zebra/zebra_routemap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_routemap.c b/zebra/zebra_routemap.c
index b0dca088bd..7b4472488d 100644
--- a/zebra/zebra_routemap.c
+++ b/zebra/zebra_routemap.c
@@ -28,6 +28,7 @@
#include "command.h"
#include "filter.h"
#include "plist.h"
+#include "nexthop.h"
#include "zebra/zserv.h"