summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/0001table_0
blob: 1a8ecb8663c7bd5345a5a5e0aae9aaac55e7c2db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

set -e

RULESET="add table x
delete table x
add table x
add table y"

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