#!/bin/bash set -e $NFT add table ip x $NFT add chain ip x y "{ type filter hook input priority dummy+1; }" &> /dev/null echo "E: dummy should not be a valid priority." >&2