diff options
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 |