nftables-flow
API status: loading…
Open flow editor →
nft environment
loading capabilities…
config
table inet filter { chain input { type filter hook input priority filter; policy drop; ct state established,related accept iifname "lo" accept tcp dport 22 accept counter drop } }
validate (nft -c)
syntax layer works without caps; kernel layer degrades
packet simulator (emulator)
proto
tcp
udp
icmp
any
dport
saddr
simulate (hook input)