#!/bin/bash set -e RULESET="add table x add set x y { type ipv4_addr; } delete set x y" $NFT -f - <<< $RULESET if [ $? -ne 0 ] ; then echo "E: unable to load good ruleset" >&2 exit 1 fi