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

help: Action for packets part of a related 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