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

# NFT_TEST_REQUIRES(NFT_TEST_HAVE_json)
# NFT_TEST_REQUIRES(NFT_TEST_HAVE_comment)

set -e

$NFT flush ruleset

RULESET='{"nftables": [{"metainfo": {"version": "1.0.5", "release_name": "Lester Gooch #4", "json_schema_version": 1}}, {"table": {"family": "inet", "name": "t", "handle": 9}}, {"counter": {"family": "inet", "name": "mycounter", "table": "t", "handle": 1, "comment": "my comment in counter", "packets": 0, "bytes": 0}}]}'

$NFT -j -f - <<< $RULESET