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 31ab60485e..731769abf7 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -544,6 +544,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;  | 
