]> git.proxmox.com Git - mirror_frr.git/commit
tests: Check if BGP peering with MD5 per-VRF works correctly
authorDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 22 Mar 2023 12:15:13 +0000 (14:15 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 22 Mar 2023 13:55:37 +0000 (15:55 +0200)
commite1957bcd04da53022b78ec576eb9db088d120909
treeaec7584fd489360a12e3690856315ba4ad7c93a9
parent8179b7e1885caf6c3dca33c60bd770fabbb43b3b
tests: Check if BGP peering with MD5 per-VRF works correctly

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tests/topotests/bgp_vrf_md5_peering/__init__.py [new file with mode: 0644]
tests/topotests/bgp_vrf_md5_peering/exabgp.env [new file with mode: 0644]
tests/topotests/bgp_vrf_md5_peering/peer1/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp_vrf_md5_peering/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_vrf_md5_peering/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_vrf_md5_peering/test_bgp_vrf_md5_peering.py [new file with mode: 0644]