summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/0039negative_priority_0
blob: ba17b8cc19edadae514058f8ffb99b263db5cd08 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# Test parsing of negative priority values

set -e

$NFT add table t
$NFT add chain t c { type filter hook input priority -30\; }