#!/bin/bash

set -e

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

$NFT destroy map x y
