diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-17 21:45:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-17 21:45:43 +0100 |
commit | 42f3b83dd89893ca077bf41275d58a40294832f6 (patch) | |
tree | 0c0438793ed933464171bf8c801c1ce38e9a9395 /smoketest | |
parent | 2942040d8099a9e5cee6adf50faa536817c01b33 (diff) | |
parent | c54b1fd63d5a046befe58da299530de12798cf36 (diff) | |
download | vyos-1x-42f3b83dd89893ca077bf41275d58a40294832f6.tar.gz vyos-1x-42f3b83dd89893ca077bf41275d58a40294832f6.zip |
Merge pull request #3142 from vyos/mergify/bp/sagitta/pr-3139
policy: T6129: add route-map option "as-path exclude all" (backport #3139)
Diffstat (limited to 'smoketest')
-rwxr-xr-x | smoketest/scripts/cli/test_policy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_policy.py b/smoketest/scripts/cli/test_policy.py index c21d8af4e..ee4445251 100755 --- a/smoketest/scripts/cli/test_policy.py +++ b/smoketest/scripts/cli/test_policy.py @@ -1065,6 +1065,7 @@ class TestPolicy(VyOSUnitTestSHIM.TestCase): '20' : { 'action' : 'permit', 'set' : { + 'as-path-exclude' : 'all', 'evpn-gateway-ipv4' : '192.0.2.99', 'evpn-gateway-ipv6' : '2001:db8:f00::1', }, |