:proto => "tcp",
},
},
+ 'parser_sanity_check' => {
+ :line => '-A INPUT -s 1.2.3.4/32 -p tcp -m tcp --dport 80 --tcp-flags FIN,SYN,RST,ACK SYN -m comment --comment "004 parser sanity check" -j ACCEPT',
+ :table => 'filter',
+ :raise_error => true,
+ :params => {},
+ },
}
# This hash is for testing converting a hash to an argument line.
},
:args => ["-t", :filter, "-s", "1.2.3.4/32", "-d", "4.3.2.1/32", "-p", :tcp, "-m", "comment", "--comment", "003 nfqueue dont specify queue_num or queue_bypass", "-j", "NFQUEUE"]
}
-}
\ No newline at end of file
+}