diff options
Diffstat (limited to 'bgpd')
-rw-r--r-- | bgpd/bgp_attr.h | 2 | ||||
-rw-r--r-- | bgpd/bgp_updgrp.h | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/bgpd/bgp_attr.h b/bgpd/bgp_attr.h index 766fcb98c..183778103 100644 --- a/bgpd/bgp_attr.h +++ b/bgpd/bgp_attr.h @@ -376,7 +376,7 @@ enum bgp_attr_parse_ret { BGP_ATTR_PARSE_WITHDRAW = -2, /* only used internally, send notify + convert to BGP_ATTR_PARSE_ERROR - */ + */ BGP_ATTR_PARSE_ERROR_NOTIFYPLS = -3, BGP_ATTR_PARSE_EOR = -4, }; 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; |