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

help: Action for packets part of an established 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