From: Balaji Date: Wed, 20 Jan 2016 17:29:27 +0000 (+0530) Subject: bgpd: Addition of bgp dampening configuration commands under IPv4 Multicast address... X-Git-Tag: frr-2.0-rc1~336 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=5c9e5a8df8cfc038de2cd39ba592d4f68382aed1;p=matthieu%2Ffrr.git bgpd: Addition of bgp dampening configuration commands under IPv4 Multicast address family mode. Signed-off-by: Balaji Gurudoss Signed-off-by: Balaji Gurudoss Tested-by: NetDEF CI System --- diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index c5a351491d..b692734c78 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -15072,6 +15072,13 @@ bgp_route_init (void) install_element (BGP_IPV4_NODE, &bgp_damp_unset_cmd); install_element (BGP_IPV4_NODE, &bgp_damp_unset2_cmd); install_element (BGP_IPV4_NODE, &bgp_damp_unset3_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); } void