diff options
| -rw-r--r-- | zebra/rib.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index d5aec5d4c1..9ec8259e4d 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -54,8 +54,7 @@ struct rnh {  #define ZEBRA_NHT_CONNECTED 0x1  #define ZEBRA_NHT_DELETED 0x2 -#define ZEBRA_NHT_EXACT_MATCH 0x4 -#define ZEBRA_NHT_RESOLVE_VIA_DEFAULT 0x8 +#define ZEBRA_NHT_RESOLVE_VIA_DEFAULT 0x4  	/* VRF identifier. */  	vrf_id_t vrf_id;  | 
