summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorNicolas Fort <nicolasfort1988@gmail.com>2024-08-14 12:12:56 +0000
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-08-14 16:35:10 +0000
commitebcb9c6e9a5b55219c3d538686df4a55cdcdc86d (patch)
treeb3b4da382fe38782344bfc054abe849662157937 /smoketest
parent948efe77310820a39083745573ae99644e30ef6e (diff)
downloadvyos-1x-ebcb9c6e9a5b55219c3d538686df4a55cdcdc86d.tar.gz
vyos-1x-ebcb9c6e9a5b55219c3d538686df4a55cdcdc86d.zip
T6646: conntrack: in ignore rules, if protocols=all, do not append it to the rulemergify/bp/circinus/pr-3981
(cherry picked from commit 2d953bedd0e416ead924f77ec612c997f950535a)
Diffstat (limited to 'smoketest')
-rwxr-xr-xsmoketest/scripts/cli/test_system_conntrack.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_system_conntrack.py b/smoketest/scripts/cli/test_system_conntrack.py
index 3ae7b6217..40e0d245e 100755
--- a/smoketest/scripts/cli/test_system_conntrack.py
+++ b/smoketest/scripts/cli/test_system_conntrack.py
@@ -206,6 +206,7 @@ class TestSystemConntrack(VyOSUnitTestSHIM.TestCase):
self.cli_set(base_path + ['ignore', 'ipv4', 'rule', '2', 'source', 'address', '192.0.2.1'])
self.cli_set(base_path + ['ignore', 'ipv4', 'rule', '2', 'destination', 'group', 'address-group', address_group])
+ self.cli_set(base_path + ['ignore', 'ipv4', 'rule', '2', 'protocol', 'all'])
self.cli_set(base_path + ['ignore', 'ipv6', 'rule', '11', 'source', 'address', 'fe80::1'])
self.cli_set(base_path + ['ignore', 'ipv6', 'rule', '11', 'destination', 'address', 'fe80::2'])