summaryrefslogtreecommitdiffstats
path: root/lib/nexthop.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 02:47:22 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 02:47:22 +0200
commit6e26278cbabccf64de9abf4a764ee71f2c6e9165 (patch)
tree557beea0102080862534dd0a41a4afa986a3f128 /lib/nexthop.h
parent'set metric -12' is broken in the parser (diff)
downloadfrr-6e26278cbabccf64de9abf4a764ee71f2c6e9165.tar.xz
frr-6e26278cbabccf64de9abf4a764ee71f2c6e9165.zip
zebra: zebra-static-route-nht.patch
Use NHT to support static routes with NH derived from protocols.
Diffstat (limited to 'lib/nexthop.h')
-rw-r--r--lib/nexthop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/nexthop.h b/lib/nexthop.h
index bddac6554..b3a128a2a 100644
--- a/lib/nexthop.h
+++ b/lib/nexthop.h
@@ -63,6 +63,7 @@ struct nexthop
#define NEXTHOP_FLAG_RECURSIVE (1 << 2) /* Recursive nexthop. */
#define NEXTHOP_FLAG_ONLINK (1 << 3) /* Nexthop should be installed onlink. */
#define NEXTHOP_FLAG_MATCHED (1 << 4) /* Already matched vs a nexthop */
+#define NEXTHOP_FLAG_FILTERED (1 << 5) /* rmap filtered, used by static only */
/* Nexthop address */
union g_addr gate;