diff options
Diffstat (limited to 'lib/zclient.h')
| -rw-r--r-- | lib/zclient.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/zclient.h b/lib/zclient.h index fb5da9aad2..e6920d533f 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -540,6 +540,13 @@ struct zapi_route { */ #define ZEBRA_FLAG_OFFLOAD_FAILED 0x200 +/* + * This flag lets us know that we think the route entry + * received has caused us to be out of sync with the + * kernel (NLM_F_APPEND at the very least ) + */ +#define ZEBRA_FLAG_OUTOFSYNC 0x400 + /* The older XXX_MESSAGE flags live here */ uint32_t message; |
