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

# NFT_TEST_REQUIRES(NFT_TEST_HAVE_json)

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