diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 02:58:13 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 02:58:13 +0200 |
commit | c8a1cb5c9db0490cd6d426999f3d1cb2df143e45 (patch) | |
tree | 3dc701e31028f4be1716b3f6df7f3c57076b1fef /lib/zebra.h | |
parent | Support for 'clear ip ospf interface [IFNAME]' (diff) | |
download | frr-c8a1cb5c9db0490cd6d426999f3d1cb2df143e45.tar.xz frr-c8a1cb5c9db0490cd6d426999f3d1cb2df143e45.zip |
onlink commit from Quagga-RE branch
Diffstat (limited to 'lib/zebra.h')
-rw-r--r-- | lib/zebra.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index 794a457ea..4e976eb10 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -493,6 +493,7 @@ extern const char *zserv_command_string (unsigned int command); #define ZEBRA_NEXTHOP_IPV6_IFINDEX 7 #define ZEBRA_NEXTHOP_IPV6_IFNAME 8 #define ZEBRA_NEXTHOP_BLACKHOLE 9 +#define ZEBRA_NEXTHOP_IPV4_ONLINK 10 #ifndef INADDR_LOOPBACK #define INADDR_LOOPBACK 0x7f000001 /* Internet address 127.0.0.1. */ |