From 79c2da9860d704e7e709a0612da1fdc5cde8b5fa Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Fri, 27 Apr 2018 15:52:59 +0200 Subject: extensions: ULOG: remove test ULOG target was removed in 3.17, so this always fails now. Signed-off-by: Florian Westphal --- extensions/libipt_ULOG.t | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 extensions/libipt_ULOG.t (limited to 'extensions') diff --git a/extensions/libipt_ULOG.t b/extensions/libipt_ULOG.t deleted file mode 100644 index 97500b00..00000000 --- a/extensions/libipt_ULOG.t +++ /dev/null @@ -1,19 +0,0 @@ -:INPUT,FORWARD,OUTPUT --j ULOG --ulog-nlgroup 1;-j ULOG;OK --j ULOG --ulog-nlgroup 32;=;OK --j ULOG --ulog-nlgroup 33;;FAIL --j ULOG --ulog-nlgroup 0;;FAIL --j ULOG --ulog-cprange 1;=;OK --j ULOG --ulog-cprange 4294967295;=;OK -# This below outputs 0 in iptables-save -# ERROR: should fail: iptables -A INPUT -j ULOG --ulog-cprange 4294967296 -#-j ULOG --ulog-cprange 4294967296;;FAIL -# supports up to 31 characters --j ULOG --ulog-prefix xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx;=;OK -# ERROR: should fail: iptables -A INPUT -j ULOG --ulog-prefix xxxxxx [...] -#-j ULOG --ulog-prefix xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx;;FAIL --j ULOG --ulog-qthreshold 1;-j ULOG;OK --j ULOG --ulog-qthreshold 0;;FAIL --j ULOG --ulog-qthreshold 50;=;OK --j ULOG --ulog-qthreshold 51;;FAIL --j ULOG;=;OK -- cgit v1.2.3