diff options
Diffstat (limited to 'templates/firewall/ip-src-route')
-rw-r--r-- | templates/firewall/ip-src-route/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/firewall/ip-src-route/node.def b/templates/firewall/ip-src-route/node.def index 46ff9f4..1f813dc 100644 --- a/templates/firewall/ip-src-route/node.def +++ b/templates/firewall/ip-src-route/node.def @@ -1,5 +1,5 @@ type: txt -help: Accept packets with SRR option +help: Set acceptance for packets with SRR option (default: disable) default: "disable" syntax:expression: $VAR(@) in "enable", "disable"; "ip-src-route must be enable or disable" create:expression: "if [ x$VAR(@) == xenable ]; \ |