X-Git-Url: https://git.sommitrealweird.co.uk/quagga-debian.git/blobdiff_plain/6d99eb2938e976229cb50d848a1bc491532b54f9..110ea29b8fe7d11de09e19382a9a5808cfb90d32:/bgpd/bgp_route.c diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 13596fb..63219c2 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -16088,6 +16088,9 @@ bgp_distance_free (struct bgp_distance *bdistance) XFREE (MTYPE_BGP_DISTANCE, bdistance); } +/* XXX: Ideally, this should re-announce affected routes to zebra. + * See Bugzilla #949 + */ static int bgp_distance_set (struct vty *vty, const char *distance_str, const char *ip_str, const char *access_list_str)