summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/flowtable/0004delete_after_add0
blob: b72977b37ce6c571293192ea6f3dc3fd635cf5a9 (plain)
1
2
3
4
5
6
#!/bin/bash

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