summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/flowtable/0003add_after_flush_0
blob: 1f3cb18a46d9b67f64e5fc7c3dcd4bf926ebf4ac (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

set -e
$NFT add table x
$NFT add flowtable x y { hook ingress priority 0\; devices = { eth0, wlan0 }\;}
$NFT flush ruleset
$NFT add table x
$NFT add flowtable x y { hook ingress priority 0\; devices = { eth0, wlan0 }\;}