summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/optionals/handles_0
blob: 7c6a437cf12b5224437ef6d8cdaf615ccb27eb0f (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# handles are shown last

$NFT add table test
$NFT add chain test test
$NFT add rule test test tcp dport 22 counter accept
$NFT list table test -a | grep 'accept # handle '[[:digit:]]$ >/dev/null