diff options
| author | Timo Teräs <timo.teras@iki.fi> | 2015-11-02 16:50:05 +0200 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-08-19 16:30:47 -0400 |
| commit | 2f97fa65ff6331e6dec751901ac2e4e450e2d66c (patch) | |
| tree | 4dfdae831f8d2f7def332ae3f7ee151f4bb0e34e /zebra/rib.h | |
| parent | 810a8dfc93f4cb64323c89872dbb8f4323e5aa57 (diff) | |
zebra: make ZEBRA_FLAG_CHANGED internal status
This flag is used internally in zebra only. And it makes no sense
to expose it over the zclient API, as having it set from client
could corrupt the internal state.
Signed-off-by: Timo Teräs <timo.teras@iki.fi>
Acked-by: Donald Sharp <sharpd@cumulusnetworks.com>
(cherry picked from commit 7eb6136b2732d4782360f9f376336c6d4f667ff0)
Diffstat (limited to 'zebra/rib.h')
| -rw-r--r-- | zebra/rib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index 291ee0b714..a2109d8c17 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -81,6 +81,7 @@ struct rib #define RIB_ENTRY_REMOVED 0x1 /* to simplify NHT logic when NHs change, instead of doing a NH by NH cmp */ #define RIB_ENTRY_NEXTHOPS_CHANGED 0x2 +#define RIB_ENTRY_CHANGED 0x4 /* Nexthop information. */ u_char nexthop_num; |
