allwinner_a64/android/external/iptables/extensions/libxt_nfacct.t
2018-08-08 16:14:42 +08:00

10 lines
262 B
Raku

:INPUT,FORWARD,OUTPUT
@nfacct add test
#
# extra space in iptables-save output, fix it
#
# ERROR: cannot load: iptables -A INPUT -m nfacct --nfacct-name test
#-m nfacct --nfacct-name test;=;OK
-m nfacct --nfacct-name wrong;;FAIL
-m nfacct;;FAIL
@nfacct del test