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

# comments are shown

$NFT add table test
$NFT add chain test test
$NFT add rule test test tcp dport 22 counter accept comment test_comment
$NFT list table test -a | grep 'accept comment \"test_comment\"' >/dev/null