summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/optionals/comments_chain_0
blob: fba961c76841f8df0ed71d29981461cf583ab63f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

EXPECTED='table ip test_table {
	chain test_chain {
		comment "test"
	}
}
'

set -e

$NFT -f - <<< "$EXPECTED"