]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
tests: CLUSTERIP: Drop test file
authorPhil Sutter <phil@nwl.cc>
Sat, 11 Feb 2023 07:32:49 +0000 (08:32 +0100)
committerPhil Sutter <phil@nwl.cc>
Fri, 17 Feb 2023 17:18:48 +0000 (18:18 +0100)
The extension was removed from kernel, do not test for it anymore. Keep
the code alive though, to not break existing setups.

Signed-off-by: Phil Sutter <phil@nwl.cc>
extensions/libipt_CLUSTERIP.t [deleted file]

diff --git a/extensions/libipt_CLUSTERIP.t b/extensions/libipt_CLUSTERIP.t
deleted file mode 100644 (file)
index 30b8016..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-:INPUT
--d 10.31.3.236/32 -i lo -j CLUSTERIP --new --hashmode sourceip --clustermac 01:AA:7B:47:F7:D7 --total-nodes 2 --local-node 0 --hash-init 1;=;FAIL
--d 10.31.3.236/32 -i lo -j CLUSTERIP --new --hashmode sourceip --clustermac 01:AA:7B:47:F7:D7 --total-nodes 2 --local-node 1 --hash-init 1;=;OK;LEGACY
--d 10.31.3.236/32 -i lo -j CLUSTERIP --new --hashmode sourceip --clustermac 01:AA:7B:47:F7:D7 --total-nodes 2 --local-node 2 --hash-init 1;=;OK;LEGACY