Hi I think these patches didn't get applied. Can you apply it if its fine with you.
http://patchwork.quagga.net/patch/1792/ http://patchwork.quagga.net/patch/1791/ Thanks, - Balaji ---------- Forwarded message ---------- From: Balaji Gurudoss <[email protected]> Date: Wed, Jan 20, 2016 at 10:59 PM Subject: [PATCH 2/2] bgpd: Addition of bgp dampening configuration commands under IPv4 Multicast address family mode. To: [email protected] Cc: Balaji Gurudoss <[email protected]> Signed-off-by: Balaji Gurudoss <[email protected]> --- bgpd/bgp_route.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 6a45ccc..17a91f5 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -13269,6 +13269,14 @@ bgp_route_init (void) install_element (BGP_IPV4_NODE, &bgp_damp_set3_cmd); install_element (BGP_IPV4_NODE, &bgp_damp_unset_cmd); install_element (BGP_IPV4_NODE, &bgp_damp_unset2_cmd); + + /* IPv4 Multicast Mode */ + install_element (BGP_IPV4M_NODE, &bgp_damp_set_cmd); + install_element (BGP_IPV4M_NODE, &bgp_damp_set2_cmd); + install_element (BGP_IPV4M_NODE, &bgp_damp_set3_cmd); + install_element (BGP_IPV4M_NODE, &bgp_damp_unset_cmd); + install_element (BGP_IPV4M_NODE, &bgp_damp_unset2_cmd); + /* Deprecated AS-Pathlimit commands */ install_element (BGP_NODE, &bgp_network_ttl_cmd); -- 1.9.1
_______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
