bgpd: move labels from extra to attr structure #13740
Closed
frrbot / frrbot
completed
Feb 7, 2024 in 8s
Style and/or linter errors found
Style and/or linter errors found
Details
Thanks for your contribution to FRR!
Click for style suggestions
diff --git a/tests/topotests/bgp_vpnv4_ebgp/test_bgp_vpnv4_ebgp.py b/tests/topotests/bgp_vpnv4_ebgp/test_bgp_vpnv4_ebgp.py
index 2f66d9ff4..fdd6488c0 100644
--- a/tests/topotests/bgp_vpnv4_ebgp/test_bgp_vpnv4_ebgp.py
+++ b/tests/topotests/bgp_vpnv4_ebgp/test_bgp_vpnv4_ebgp.py
@@ -486,7 +486,6 @@ router bgp 65501
assert success, "r2, vpnv4 update 172.31.0.1 still present"
-
def test_adj_rib_in_label_change_remove_rmap():
"""
Check that syncinig with ADJ-RIB-in on r2
To apply the style suggestions:
curl https://gist.githubusercontent.com/polychaeta/b0856fd1bfd98dd3603dd59236e61a91/raw/fd54b08cdec09e36ce76f0359f7c11462ddbd6bd/style.diff | git apply -
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.
Loading