Home | History | Annotate | Download | only in extensions
      1 :INPUT,FORWARD,OUTPUT
      2 @nfacct add test
      3 #
      4 # extra space in iptables-save output, fix it
      5 #
      6 # ERROR: cannot load: iptables -A INPUT -m nfacct --nfacct-name test
      7 #-m nfacct --nfacct-name test;=;OK
      8 -m nfacct --nfacct-name wrong;;FAIL
      9 -m nfacct;;FAIL
     10 @nfacct del test
     11