Blame extensions/libxt_NFLOG.txlate

Packit 7b22a4
iptables-translate -A FORWARD -j NFLOG --nflog-group 32 --nflog-prefix "Prefix 1.0"
Packit 7b22a4
nft add rule ip filter FORWARD counter log prefix \"Prefix 1.0\" group 32
Packit 7b22a4
Packit 7b22a4
iptables-translate -A OUTPUT -j NFLOG --nflog-group 30
Packit 7b22a4
nft add rule ip filter OUTPUT counter log group 30
Packit 7b22a4
Packit 7b22a4
iptables-translate -I INPUT -j NFLOG --nflog-threshold 2
Packit 7b22a4
nft insert rule ip filter INPUT counter log queue-threshold 2 group 0
Packit 7b22a4
Packit 7b22a4
iptables-translate -I INPUT -j NFLOG --nflog-size 256
Packit 7b22a4
nft insert rule ip filter INPUT counter log snaplen 256 group 0
Packit 7b22a4
Packit 7b22a4
iptables-translate -I INPUT -j NFLOG --nflog-threshold 25
Packit 7b22a4
nft insert rule ip filter INPUT counter log queue-threshold 25 group 0