]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: clear ip bgp dampening was not triggering the route calculation for the prefix 7444/head
authorsudhanshukumar22 <sudhanshu.kumar@broadcom.com>
Tue, 3 Nov 2020 06:36:31 +0000 (22:36 -0800)
committersudhanshukumar22 <sudhanshu.kumar@broadcom.com>
Tue, 2 Feb 2021 11:16:04 +0000 (03:16 -0800)
commitc8ddbd48040be6bf33c4f0ab3e470f290f9b165a
tree0f66e136fc5227b8bf6789dfc759100d1dfb71d7
parent8adc13a85495a0bdc2168719bb56548561d27c75
bgpd: clear ip bgp dampening was not triggering the route calculation for the prefix

Description:
    clear ip bgp dampening was not triggering the route
    calculation for the prefix, Due to this prefix are not install in
    RIB(Zebra) and not adv to neighbor

Problem Description/Summary :
    clear ip bgp dampening was not triggering the route
    calculation for the prefix, Due to this prefix are not install in
    RIB(Zebra) and not adv to neighbor

    Fix: When clear ip bgp dampening, route are put for route-calculation as
    that it is install in the Zebra and adv to neighbor.

Signed-off-by: sudhanshukumar22 <sudhanshu.kumar@broadcom.com>
bgpd/bgp_damp.c
bgpd/bgp_damp.h
bgpd/bgp_route.c