]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_nht.c
bgpd: Implement ACCEPT_OWN extended community
authorDonatas Abraitis <donatas@opensourcerouting.org>
Sun, 18 Sep 2022 19:18:13 +0000 (22:18 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 12 Oct 2022 14:48:43 +0000 (17:48 +0300)
commit46dbf9d0c0b99f60767793ef3b688f95175edc6e
treecaa2b86397dc6c9dec7969e9ea3a91119e211293
parent984eb32b588186ac946733c5c3fe8032bae28ebc
bgpd: Implement ACCEPT_OWN extended community

TL;DR: rfc7611.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
25 files changed:
bgpd/bgp_community.h
bgpd/bgp_mplsvpn.c
bgpd/bgp_mplsvpn.h
bgpd/bgp_nht.c
bgpd/bgp_route.c
bgpd/bgp_route.h
bgpd/bgp_table.h
bgpd/bgp_vty.c
bgpd/bgpd.c
bgpd/bgpd.h
doc/user/bgp.rst
tests/topotests/bgp_accept_own/__init__.py [new file with mode: 0644]
tests/topotests/bgp_accept_own/ce1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_accept_own/ce1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_accept_own/ce2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_accept_own/ce2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_accept_own/pe1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_accept_own/pe1/ldpd.conf [new file with mode: 0644]
tests/topotests/bgp_accept_own/pe1/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_accept_own/pe1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_accept_own/rr1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_accept_own/rr1/ldpd.conf [new file with mode: 0644]
tests/topotests/bgp_accept_own/rr1/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_accept_own/rr1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_accept_own/test_bgp_accept_own.py [new file with mode: 0644]