You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
: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
|