]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add test to check importing routes to VRF
authorRyoga Saito <ryoga.saito@linecorp.com>
Thu, 19 Jan 2023 11:51:33 +0000 (20:51 +0900)
committerRyoga Saito <ryoga.saito@linecorp.com>
Fri, 20 Jan 2023 06:28:35 +0000 (15:28 +0900)
commit03cc2022d2c75be7e01d5eab2ac422d599765673
tree16f9aff1b3a284f675f2d3761d1140ce4d773eee
parent69306c44e817694f6a8acf530725f84ec59d1a33
tests: Add test to check importing routes to VRF

After implementing ACCEPT_OWN extended community, bgpd can't import VPN
routes to the VRFs whose RD is matched with that of VPN routes. This
commit adds new test to check the effect of the next commit.

Signed-off-by: Ryoga Saito <ryoga.saito@linecorp.com>
16 files changed:
tests/topotests/bgp_srv6l3vpn_over_ipv6/c31/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c31/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c31/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c32/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c32/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/c32/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/r1/bgpd.conf
tests/topotests/bgp_srv6l3vpn_over_ipv6/r1/staticd.conf
tests/topotests/bgp_srv6l3vpn_over_ipv6/r1/zebra.conf
tests/topotests/bgp_srv6l3vpn_over_ipv6/r2/bgpd.conf
tests/topotests/bgp_srv6l3vpn_over_ipv6/r2/staticd.conf
tests/topotests/bgp_srv6l3vpn_over_ipv6/r2/zebra.conf
tests/topotests/bgp_srv6l3vpn_over_ipv6/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/r3/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_over_ipv6/test_bgp_srv6l3vpn_over_ipv6.py