diff options
Diffstat (limited to 'test/output/filter/dump')
-rw-r--r-- | test/output/filter/dump | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/test/output/filter/dump b/test/output/filter/dump index e1466f3..b70d419 100644 --- a/test/output/filter/dump +++ b/test/output/filter/dump @@ -433,6 +433,9 @@ Log dual {"mirror":"fc00::1","mode":"log"} Log mirror {"mirror":["10.0.0.1","10.0.0.2","fc00::2"]} (log) +Log nflog {"group":1,"mode":"nflog","range":128} +(log) + Log none {"mode":"none"} (log) @@ -489,7 +492,12 @@ Packet-log 2 {"log":"mirror","out":"_fw"} inet/filter/INPUT -j TEE --gateway 10.0.0.2 inet6/filter/INPUT -j TEE --gateway fc00::2 -Packet-log 3 {"log":"ulog","out":"_fw"} +Packet-log 3 {"log":"nflog","out":"_fw"} +(log) + inet/filter/INPUT -j NFLOG --nflog-group 1 --nflog-size 128 + inet6/filter/INPUT -j NFLOG --nflog-group 1 --nflog-size 128 + +Packet-log 4 {"log":"ulog","out":"_fw"} (log) inet/filter/INPUT -m limit --limit 12/minute -j ULOG @@ -804,6 +812,7 @@ hash:net family inet -A FORWARD -m policy --dir in --pol ipsec -m policy --dir out --pol ipsec -j ACCEPT -A FORWARD -p icmp -j icmp-routing -A INPUT -m limit --limit 12/minute -j ULOG +-A INPUT -j NFLOG --nflog-group 1 --nflog-size 128 -A INPUT -j TEE --gateway 10.0.0.2 -A INPUT -j TEE --gateway 10.0.0.1 -A INPUT -m limit --limit 1/second -j LOG @@ -1022,6 +1031,7 @@ COMMIT -A FORWARD -m policy --dir in --pol ipsec -o eth5 -j ACCEPT -A FORWARD -m policy --dir in --pol ipsec -m policy --dir out --pol ipsec -j ACCEPT -A FORWARD -p icmpv6 -j icmp-routing +-A INPUT -j NFLOG --nflog-group 1 --nflog-size 128 -A INPUT -j TEE --gateway fc00::2 -A INPUT -m limit --limit 1/second -j LOG -A INPUT -m conntrack --ctstate ESTABLISHED -j ACCEPT |