New upstream version 1.2.3
[quagga-debian.git] / bgpd / bgp_route.c
index 13596fbed72c46241c094538b9b134df3e085cd8..63219c207c185020d5c54da5e2e1d890c6f1703d 100644 (file)
@@ -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)