summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/flowtable/0001flowtable_0
blob: 95b193dc906030dc3e40c30bdd348f5755dee4f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

EXPECTED='table inet t {
	flowtable f {
		hook ingress priority 10
		devices = { eth0, wlan0 }
	}

	chain c {
		flow offload @f
	}
}'

set -e
$NFT -f - <<< $EXPECTED