diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-17 18:17:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-17 18:17:40 +0100 |
commit | 987b7e599fda2c468773cf31d92d976cd96c3e41 (patch) | |
tree | e33bd34ec532ffbe327b15dbb83e3fc5d087856c /smoketest/scripts | |
parent | 2bf1aeb17f830969a75655e496a48cc8501192f5 (diff) | |
parent | 16395c902ff79fcb34019a6d499467488ed45849 (diff) | |
download | vyos-1x-987b7e599fda2c468773cf31d92d976cd96c3e41.tar.gz vyos-1x-987b7e599fda2c468773cf31d92d976cd96c3e41.zip |
Merge pull request #3139 from c-po/as-path-T6129
policy: T6129: add route-map option "as-path exclude all"
Diffstat (limited to 'smoketest/scripts')
-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', }, |