summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/optimizations/single_anon_set
blob: 7275e3606900c6c4bd63bacd9c547b0a6b634c3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -e

# Input file contains rules with anon sets that contain
# one element, plus extra rule with two elements (that should be
# left alone).

# Dump file has the simplified rules where anon sets have been
# replaced by equality tests where possible.
dumpfile=$(dirname $0)/dumps/$(basename $0).nft

$NFT -f "$dumpfile".input