Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bgpd: fix interface of routes leaked from another VRF #15255

Merged
merged 7 commits into from
Feb 8, 2024

topotests: test leak from the default vrf

8af61c8
Select commit
Loading
Failed to load commit list.
Merged

bgpd: fix interface of routes leaked from another VRF #15255

topotests: test leak from the default vrf
8af61c8
Select commit
Loading
Failed to load commit list.
frrbot / frrbot completed Feb 1, 2024 in 6s

Style and/or linter errors found

Style and/or linter errors found

Details

Thanks for your contribution to FRR!


Pylint found errors in source files changed by this PR:

Pylint report for my_frr-114303/tests/topotests/bgp_vrf_route_leak_basic/test_bgp-vrf-route-leak-basic.py:
************* Module test_bgp-vrf-route-leak-basic
 my_frr-114303/tests/topotests/bgp_vrf_route_leak_basic/test_bgp-vrf-route-leak-basic.py:217: error (E0102, function-redefined, test_vrf_route_leak_donna) function already defined line 67
 my_frr-114303/tests/topotests/bgp_vrf_route_leak_basic/test_bgp-vrf-route-leak-basic.py:297: error (E0102, function-redefined, test_vrf_route_leak_eva) function already defined line 147
 


If you are a new contributor to FRR, please see our contributing guidelines.

After making changes, you do not need to create a new PR. You should perform an amend or interactive rebase followed by a force push.