commit | 325fcfb6d83c9add415e24e786035b67b00fd719 | [log] [tgz] |
---|---|---|
author | Daniel Walton <dwalton@cumulusnetworks.com> | Tue May 19 17:58:10 2015 -0700 |
committer | Paul Jakma <paul.jakma@hpe.com> | Tue Sep 13 10:36:46 2016 +0100 |
tree | f8608273e8b41d31888dd9112e978a5b0af21075 | |
parent | 76a7280ddebd94b20c545e93d9773e7ad4db91de [diff] |
bgpd: Add clear command to force a bestpath recalculation and re-advertisement of a prefix Add these commands to bgp: clear ip bgp prefix A.B.C.D/M clear bgp ipv6 (unicast|multicast) prefix X:X::X:X/M These two commands forces a bestpath calculation to happen again if necessary to re-advertise the prefix. Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>