summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/maps/map_with_flags_0
blob: 68bd80d243e864e1b12f02dd28b6c62bcd3e0211 (plain)
1
2
3
4
5
6
#!/bin/bash

set -e

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