diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 03:04:20 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 03:04:20 +0200 |
commit | 0de4848df68903c8805e55569624e2522f96dcda (patch) | |
tree | 508cc98ccc32b8936b8f970cdd2d3039c95053ee /bgpd/bgp_updgrp.h | |
parent | bgpd-nht-import-check-fix.patch (diff) | |
download | frr-0de4848df68903c8805e55569624e2522f96dcda.tar.xz frr-0de4848df68903c8805e55569624e2522f96dcda.zip |
If a route-map is used on a neighbor default-originate statement we need to dynamically add/del the default route if the permit/deny result of the route-map changes.
Diffstat (limited to 'bgpd/bgp_updgrp.h')
-rw-r--r-- | bgpd/bgp_updgrp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_updgrp.h b/bgpd/bgp_updgrp.h index 49fdc26e9..1a04f0ad3 100644 --- a/bgpd/bgp_updgrp.h +++ b/bgpd/bgp_updgrp.h @@ -377,6 +377,7 @@ extern void update_group_af_walk (struct bgp *bgp, afi_t afi, safi_t safi, updgrp_walkcb cb, void *ctx); extern void update_group_walk (struct bgp *bgp, updgrp_walkcb cb, void *ctx); extern void update_group_periodic_merge (struct bgp *bgp); +extern void update_group_refresh_default_originate_route_map (struct thread *thread); extern void update_group_start_advtimer (struct bgp *bgp); extern void update_subgroup_inherit_info (struct update_subgroup *to, |