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

set -e

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

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