diff options
Diffstat (limited to 'bgpd/bgp_updgrp.h')
-rw-r--r-- | bgpd/bgp_updgrp.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bgpd/bgp_updgrp.h b/bgpd/bgp_updgrp.h index a1560b093..e3309ab7c 100644 --- a/bgpd/bgp_updgrp.h +++ b/bgpd/bgp_updgrp.h @@ -74,10 +74,7 @@ | PEER_CAP_ADDPATH_AF_TX_ADV | PEER_CAP_ADDPATH_AF_RX_RCV \ | PEER_CAP_ENHE_AF_NEGO) -enum bpacket_attr_vec_type { - BGP_ATTR_VEC_NH = 0, - BGP_ATTR_VEC_MAX -}; +enum bpacket_attr_vec_type { BGP_ATTR_VEC_NH = 0, BGP_ATTR_VEC_MAX }; typedef struct { uint32_t flags; |