summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_CLUSTERIP.t
Commit message (Collapse)AuthorAgeFilesLines
* tests: CLUSTERIP: Drop test filePhil Sutter2023-02-171-4/+0
| | | | | | | 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>
* tests: iptables-test: Support variant deviationPhil Sutter2022-02-101-2/+2
| | | | | | | | | | | | | | | | Some test results are not consistent between variants: * CLUSTERIP is not supported with nft_compat, so all related tests fail with iptables-nft. * iptables-legacy mandates TCPMSS be combined with SYN flag match, iptables-nft does not care. (Or precisely, xt_TCPMSS.ko can't validate match presence.) Introduce an optional fourth test spec field to specify the variant it applies to. Consequently, the opposite result is expected with the other variant. Signed-off-by: Phil Sutter <phil@nwl.cc>
* extensions: CLUSTERIP: do not allow --local-node 0Pablo Neira Ayuso2018-03-301-1/+2
| | | | | | Makes no sense, fail in such a case. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* extensions: CLUSTERIP: add testsPablo Neira Ayuso2018-03-281-0/+3
Add a few tests to catch regressions. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>