#!/bin/bash

# handles are not shown if not asked for them

$NFT add table test
$NFT add chain test test
$NFT add rule test test tcp dport 22 counter accept
( $NFT list table test | grep 'accept # handle '[[:digit:]]$ >/dev/null ) && exit 1

exit 0
