summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_static.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-10-21 22:05:03 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-10-21 22:05:03 +0200
commit882261e18b9632092d2e7f226f68e2a1c54a7241 (patch)
treeea0ddd6d95606b07a4b84a6cda03f2ab31463b54 /zebra/zebra_static.h
parentbgpd: add 'neighbor x.x.x.x allowas-in origin' knob (diff)
parentzebra: Move netlink error message under a debug (diff)
downloadfrr-882261e18b9632092d2e7f226f68e2a1c54a7241.tar.xz
frr-882261e18b9632092d2e7f226f68e2a1c54a7241.zip
Merge remote-tracking branch 'origin/cmaster' into cmaster-next
Diffstat (limited to 'zebra/zebra_static.h')
-rw-r--r--zebra/zebra_static.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_static.h b/zebra/zebra_static.h
index 5b6f42976..5e3177e3b 100644
--- a/zebra/zebra_static.h
+++ b/zebra/zebra_static.h
@@ -51,7 +51,7 @@ struct static_route
u_char type;
#define STATIC_IFINDEX 1
#define STATIC_IPV4_GATEWAY 2
-#define STATIC_IPV4_BLACKHOLE 3
+#define STATIC_BLACKHOLE 3
#define STATIC_IPV6_GATEWAY 4
#define STATIC_IPV6_GATEWAY_IFINDEX 5