Current Path : /proc/3848981/cwd/usr/share/doc/nftables/examples/ |
Current File : //proc/3848981/cwd/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; } }