summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/flowtable/0015destroy_0
blob: 4828d8187018c65bbc7eb82dcdda9d60a9ce6113 (plain)
1
2
3
4
5
6
7
#!/bin/bash

set -e
$NFT add table t
$NFT add flowtable t f { hook ingress priority 10 \; devices = { lo }\; }

$NFT destroy flowtable t f