Balaji -

I'm currently working towards getting in the take-3 branch.  Once that is
done the next maintainer will work towards the other backlog

Donald
On Mar 19, 2016 10:38 AM, "Balaji Gurudoss" <balaji...@gmail.com> wrote:

> 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 <balaji...@gmail.com>
> 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: quagga-dev@lists.quagga.net
> Cc: Balaji Gurudoss <balaji...@gmail.com>
>
>
> Signed-off-by: Balaji Gurudoss <balaji...@gmail.com>
> ---
>  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
Quagga-dev@lists.quagga.net
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to