summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/0031set_timeout_size_0
blob: 3d3f919ab97a347fee049b0ea1df3b55e6436da4 (plain)
1
2
3
4
5
6
7
#!/bin/bash

RULESET="add table x
add set x y { type ipv4_addr; size 128; timeout 30s; }"

set -e
$NFT -f - <<< $RULESET