summaryrefslogtreecommitdiff
path: root/templates/firewall/state-policy/related/action/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/firewall/state-policy/related/action/node.def')
-rw-r--r--templates/firewall/state-policy/related/action/node.def12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/firewall/state-policy/related/action/node.def b/templates/firewall/state-policy/related/action/node.def
new file mode 100644
index 0000000..d14a09b
--- /dev/null
+++ b/templates/firewall/state-policy/related/action/node.def
@@ -0,0 +1,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