diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-21 16:05:03 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-21 16:05:03 -0400 |
| commit | 882261e18b9632092d2e7f226f68e2a1c54a7241 (patch) | |
| tree | ea0ddd6d95606b07a4b84a6cda03f2ab31463b54 /zebra/zebra_static.h | |
| parent | aac9ef6cb0169ea96debe2872066021608631c16 (diff) | |
| parent | 36602be128d4f4e49c19555a194430b9691c9a30 (diff) | |
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 5b6f429761..5e3177e3b8 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 |
