diff options
Diffstat (limited to 'bgpd/bgp_nht.c')
| -rw-r--r-- | bgpd/bgp_nht.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_nht.c b/bgpd/bgp_nht.c index 49042e8c23..59566ee6d6 100644 --- a/bgpd/bgp_nht.c +++ b/bgpd/bgp_nht.c @@ -760,7 +760,7 @@ static void bgp_nht_ifp_table_handle(struct bgp *bgp,  {  	struct bgp_nexthop_cache *bnc;  	struct nexthop *nhop; -	uint8_t other_nh_count; +	uint16_t other_nh_count;  	bool nhop_ll_found = false;  	bool nhop_found = false;  | 
