summaryrefslogtreecommitdiff
path: root/templates/firewall/state-policy/invalid/action/node.def
blob: 1d5b12fddde617a6bc9e779fe46d92fcf3f3a655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
type:  txt

help: Action for packets part of an invalid connection

syntax:expression: $VAR(@) in "accept", "drop", "reject";
                   "action must be one of accept, drop, or reject"

allowed: echo "accept drop reject"

val_help: accept   ; Action to accept
val_help: drop     ; Action to drop
val_help: reject   ; Action to reject