diff options
| author | Russ White <russ@riw.us> | 2019-01-29 10:09:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-29 10:09:44 -0500 |
| commit | 2538f1dad760c11805f43a07144eacf20866c772 (patch) | |
| tree | feaa3524f73ff4b411d8a2e42862302b2e43ab3a /lib/zebra.h | |
| parent | 1553085aa730033f33b6c0fb9fef4203198f990d (diff) | |
| parent | fe85601c961738e8867a7f2411054dcf4e34d0c3 (diff) | |
Merge pull request #3681 from donaldsharp/onlink
*: The onlink attribute should be owned by the nexthop not the route.
Diffstat (limited to 'lib/zebra.h')
| -rw-r--r-- | lib/zebra.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index 09115951e9..43ab4309c2 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -446,11 +446,6 @@ extern const char *zserv_command_string(unsigned int command); * route entry. This mainly is used for backup static routes. */ #define ZEBRA_FLAG_RR_USE_DISTANCE 0x40 -/* - * This flag tells Zebra that the passed down route is ONLINK and the - * kernel install flag for it should be turned on - */ -#define ZEBRA_FLAG_ONLINK 0x80 #ifndef INADDR_LOOPBACK #define INADDR_LOOPBACK 0x7f000001 /* Internet address 127.0.0.1. */ |
