/
usr
/
share
/
doc
/
nftables
/
examples
/
Upload File
HOME
table bridge filter { chain input { type filter hook input priority -200; } chain forward { type filter hook forward priority -200; } chain output { type filter hook output priority 200; } }