diff options
Diffstat (limited to 'bgpd/bgp_attr.c')
| -rw-r--r-- | bgpd/bgp_attr.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/bgpd/bgp_attr.c b/bgpd/bgp_attr.c index 4014b4b92a..6925aff727 100644 --- a/bgpd/bgp_attr.c +++ b/bgpd/bgp_attr.c @@ -2323,11 +2323,8 @@ int bgp_mp_reach_parse(struct bgp_attr_parser_args *args,  				/*  				 * NOTE: intentional fall through  				 * - for consistency in rx processing -				 * -				 * The following comment is to signal GCC this intention -				 * and suppress the warning  				 */ -	/* FALLTHRU */ +		fallthrough;  	case BGP_ATTR_NHLEN_IPV4:  		stream_get(&attr->mp_nexthop_global_in, s, IPV4_MAX_BYTELEN);  		/* Probably needed for RFC 2283 */  | 
