| Path : /proc/self/root/usr/share/doc/nftables/examples/ |
| Current File : //proc/self/root/usr/share/doc/nftables/examples/arp-filter.nft |
table arp filter {
chain input { type filter hook input priority 0; }
chain output { type filter hook output priority 0; }
}