#!/bin/bash

set -e
$NFT add table t
$NFT add chain t c
$NFT insert rule t c accept # should have handle 2

$NFT destroy rule t c handle 2
