diff options
| author | Russ White <russ@riw.us> | 2019-04-02 11:59:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-02 11:59:35 -0400 |
| commit | febe440bc46fe0dfe38ba329fbfef318eef89710 (patch) | |
| tree | a682be17dab8cbee9b633d821c558e3889bb6181 /bgpd/bgp_mplsvpn.h | |
| parent | aee1decce237950bd75730c50d764bd70cfc962b (diff) | |
| parent | 636f76088d1148711f3cdbffd2b1c807b773d664 (diff) | |
Merge pull request #3931 from chiragshah6/evpn_dev1
bgpd: vrf route-leak router-id change reflect to vpn auto rd rt
Diffstat (limited to 'bgpd/bgp_mplsvpn.h')
| -rw-r--r-- | bgpd/bgp_mplsvpn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_mplsvpn.h b/bgpd/bgp_mplsvpn.h index 2ef9570aac..1526a8111e 100644 --- a/bgpd/bgp_mplsvpn.h +++ b/bgpd/bgp_mplsvpn.h @@ -264,5 +264,6 @@ extern void vpn_policy_routemap_event(const char *rmap_name); extern vrf_id_t get_first_vrf_for_redirect_with_rt(struct ecommunity *eckey); extern void vpn_leak_postchange_all(void); +extern void vpn_handle_router_id_update(struct bgp *bgp, bool withdraw); #endif /* _QUAGGA_BGP_MPLSVPN_H */ |
