summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/maps/0014destroy_0
blob: b769276d525993cb2702241984c8017b1e7778fb (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

set -e

$NFT add table x
$NFT add map x y { type ipv4_addr : ipv4_addr\; }

$NFT destroy map x y