summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/0010chain_0
blob: 39a5fe9eb9ca7b84df143b5f0c1a63282ce8de80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

set -e

RULESET="add table x
add chain x y
flush ruleset
add table w
add chain w y"

$NFT -f - <<< $RULESET
if [ $? -ne 0 ] ; then
        echo "E: unable to load good ruleset" >&2
        exit 1
fi