mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-13 23:46:49 +00:00
![]() The bgp_bmp test is failing because r2 lacks the vrf1 VRF, which
prevents it from exporting VPN prefixes from the configured vrf1 BGP
instance. Previous versions allowed the export of static BGP prefixes
from a non-existent VRF, so the test passed under those conditions.
Add a vrf1 VRF on r2.
Fixes:
|
||
---|---|---|
.. | ||
bmp1 | ||
bmp1import | ||
bmp1vrf | ||
r1 | ||
r1import | ||
r1vrf | ||
r2 | ||
r2vrf | ||
r3 | ||
__init__.py | ||
bgpbmp.py | ||
test_bgp_bmp_1.py | ||
test_bgp_bmp_2.py | ||
test_bgp_bmp_3.py |