From: Florian Westphal Date: Fri, 27 Apr 2018 13:52:59 +0000 (+0200) Subject: extensions: ULOG: remove test X-Git-Tag: v1.8.0~103 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79c2da9860d704e7e709a0612da1fdc5cde8b5fa;p=thirdparty%2Fiptables.git extensions: ULOG: remove test ULOG target was removed in 3.17, so this always fails now. Signed-off-by: Florian Westphal --- 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