summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/0022prio_dummy_1
blob: ecdd9456b1fa56ccfdb5e371f7a0e56a546d1c70 (plain)
1
2
3
4
5
6
7
#!/bin/bash

set -e

$NFT add table ip x
$NFT add chain ip x y "{ type filter hook input priority dummy+1; }" &> /dev/null
echo "E: dummy should not be a valid priority." >&2