diff options
Diffstat (limited to 'bgpd/bgp_evpn.h')
| -rw-r--r-- | bgpd/bgp_evpn.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_evpn.h b/bgpd/bgp_evpn.h index eec746e3be..67659ea198 100644 --- a/bgpd/bgp_evpn.h +++ b/bgpd/bgp_evpn.h @@ -183,7 +183,7 @@ extern void bgp_evpn_route2json(const struct prefix_evpn *p, json_object *json);  extern void bgp_evpn_encode_prefix(struct stream *s, const struct prefix *p,  				   const struct prefix_rd *prd,  				   mpls_label_t *label, uint32_t num_labels, -				   struct attr *attr, int addpath_encode, +				   struct attr *attr, bool addpath_capable,  				   uint32_t addpath_tx_id);  extern int bgp_nlri_parse_evpn(struct peer *peer, struct attr *attr,  			       struct bgp_nlri *packet, int withdraw);  | 
