nftables/integration/testdata/add_chain.nft

6 lines
132 B
Plaintext

table inet test-table {
chain test-chain {
type nat hook output priority dstnat; policy accept;
}
}