diff options
Diffstat (limited to 'zebra/zebra_nhg.h')
| -rw-r--r-- | zebra/zebra_nhg.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/zebra_nhg.h b/zebra/zebra_nhg.h index db20f2beaf..2de34fec68 100644 --- a/zebra/zebra_nhg.h +++ b/zebra/zebra_nhg.h @@ -180,8 +180,9 @@ struct nhg_ctx {  	vrf_id_t vrf_id;  	afi_t afi; +  	/* -	 * This should only every be ZEBRA_ROUTE_NHG unless we get a a kernel +	 * This should only ever be ZEBRA_ROUTE_NHG unless we get a a kernel  	 * created nexthop not made by us.  	 */  	int type;  | 
