]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_vty.c
bgpd: expose sender side AS path loop detection
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 29 Oct 2019 19:29:09 +0000 (16:29 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 29 Oct 2019 19:29:09 +0000 (16:29 -0300)
commit2b31007ca207603535e2793e3bdcc1c71b6bd440
treef442964cde8a3005e1c0f6bdbaa2761ca1688769
parent37cdb6e91dd8410bb884c15a818a37775e9cd135
bgpd: expose sender side AS path loop detection

The sender side AS path loop detection code was implemented since the
import of Quagga code, however it was always disabled by a `ifdef`
guard.

Lets allow the user to decide whether or not to enable this feature on
run-time.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
bgpd/bgp_route.c
bgpd/bgp_vty.c
bgpd/bgpd.c
bgpd/bgpd.h