%PDF- %PDF-
| Direktori : /usr/share/doc/nftables/examples/ |
| Current File : //usr/share/doc/nftables/examples/bridge-filter.nft |
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; }
}