]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: define val in ecommunity_val as uint8_t 16848/head
authorEnke Chen <enchen@paloaltonetworks.com>
Wed, 18 Sep 2024 19:28:03 +0000 (12:28 -0700)
committerEnke Chen <enchen@paloaltonetworks.com>
Wed, 18 Sep 2024 19:28:03 +0000 (12:28 -0700)
commit4b138bdd000c8988d2560b3c39820a82ee2f64eb
treecceb2c164f7a344a1605b4f0c166ed6b01196d2a
parentda96ad08cd669c8abf856069df66c9d5ef0d1539
bgpd: define val in ecommunity_val as uint8_t

The type of the val field in ecommunity_val is used inconsistently
in a number of places. It should be defined as uint8_t.

Signed-off-by: Enke Chen <enchen@paloaltonetworks.com>
bgpd/bgp_ecommunity.h
bgpd/bgp_evpn.c
bgpd/bgp_pbr.c