]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/nexthop.h
zebra: zebra-static-route-nht.patch
[mirror_frr.git] / lib / nexthop.h
index bddac6554f2bb87635e19811cfadaa379d613ac9..b3a128a2a86744a205421d891219e09d31338ce8 100644 (file)
@@ -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;