summaryrefslogtreecommitdiff
path: root/templates/firewall/ipv6-modify
diff options
context:
space:
mode:
Diffstat (limited to 'templates/firewall/ipv6-modify')
-rw-r--r--templates/firewall/ipv6-modify/node.tag/rule/node.tag/action/node.def8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/firewall/ipv6-modify/node.tag/rule/node.tag/action/node.def b/templates/firewall/ipv6-modify/node.tag/rule/node.tag/action/node.def
index ac60488..579ab49 100644
--- a/templates/firewall/ipv6-modify/node.tag/rule/node.tag/action/node.def
+++ b/templates/firewall/ipv6-modify/node.tag/rule/node.tag/action/node.def
@@ -4,3 +4,11 @@ help: Set firewall rule action
syntax:expression: $VAR(@) in "drop", "reject", "accept", "modify";
"action must be one of drop, reject, accept, or modify"
+
+allowed: echo "drop reject accept modify"
+
+comp_help: Possible completions:
+ drop Set rule action to drop
+ reject Set rule action to reject
+ accept Set rule action to accept
+ modify Set rule action to modify