# Mountaineer top-level nftables config: include every .nft file from
# /etc/nftables.d/ in lexical order. The baseline (00-baseline.nft) flushes
# the ruleset and installs the core policy; later files (10-*, 20-*, etc.)
# add workload-specific allow rules without re-flushing.

include "/etc/nftables.d/*.nft"
