diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-10-26 13:56:52 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-10-27 13:27:02 +0200 |
commit | 322462920e2a2c8b73191c6eb5157d64cf4a593e (patch) | |
tree | 3952cee0df0fc1cf1c28675535385f823bb4589c /tests/bgpd/test_peer_attr.py | |
parent | tests: Disable debug log for bgp_vpnv4_asbr.r2 (diff) | |
download | frr-322462920e2a2c8b73191c6eb5157d64cf4a593e.tar.xz frr-322462920e2a2c8b73191c6eb5157d64cf4a593e.zip |
bgpd: Enable `enforce-first-as` by default
It's been for a while disabled by default, but this seems reasonable to flip it.
We had `bgp enforce-first-as` as a global BGP knob to enable/disable this
behavior globally, later we introduced `enforce-first-as` per neighbor, with disabled
by default. Now let's enable this by default by bringing a global `bgp enforce-first-as`
command back.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'tests/bgpd/test_peer_attr.py')
-rw-r--r-- | tests/bgpd/test_peer_attr.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bgpd/test_peer_attr.py b/tests/bgpd/test_peer_attr.py index eb5761843..bd8b06e2f 100644 --- a/tests/bgpd/test_peer_attr.py +++ b/tests/bgpd/test_peer_attr.py @@ -15,7 +15,6 @@ TestFlag.okfail("peer\\capability extended-nexthop") TestFlag.okfail("peer\\description") TestFlag.okfail("peer\\disable-connected-check") TestFlag.okfail("peer\\dont-capability-negotiate") -TestFlag.okfail("peer\\enforce-first-as") TestFlag.okfail("peer\\local-as") TestFlag.okfail("peer\\local-as 1 no-prepend") TestFlag.okfail("peer\\local-as 1 no-prepend replace-as") |