Blob Blame History Raw
#!/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 -a list table test | grep 'accept comment \"test_comment\"' >/dev/null