Blame | Last modification | View Log | RSS feed
# Sample configuration snippet for nftables service.# Meant to be included by main.nft, not for direct use.# a common table for both IPv4 and IPv6table inet nftables_svc {# base-chain for traffic forwarded by this host# re-uses 'allow' chain from main.nftchain FORWARD {type filter hook forward priority filter + 20policy acceptjump allowreject with icmpx type host-unreachable}}