diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-21 22:05:03 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-21 22:05:03 +0200 |
commit | 882261e18b9632092d2e7f226f68e2a1c54a7241 (patch) | |
tree | ea0ddd6d95606b07a4b84a6cda03f2ab31463b54 /zebra/zebra_static.h | |
parent | bgpd: add 'neighbor x.x.x.x allowas-in origin' knob (diff) | |
parent | zebra: Move netlink error message under a debug (diff) | |
download | frr-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.h | 2 |
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 |