summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/0045anon-unbind_0
blob: 1e16af1699f95ef98286d9c50b068cae11c3888a (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

RULESET='table inet filter {
 chain antileak {
   udp dport { 137, 138 } drop comment "NetBT"
 }
}'

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