diff options
Diffstat (limited to 'templates/policy/access-list')
-rw-r--r-- | templates/policy/access-list/node.tag/rule/node.tag/destination/network/node.def | 4 | ||||
-rw-r--r-- | templates/policy/access-list/node.tag/rule/node.tag/source/network/node.def | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/policy/access-list/node.tag/rule/node.tag/destination/network/node.def b/templates/policy/access-list/node.tag/rule/node.tag/destination/network/node.def index c881ace2..3f5b0261 100644 --- a/templates/policy/access-list/node.tag/rule/node.tag/destination/network/node.def +++ b/templates/policy/access-list/node.tag/rule/node.tag/destination/network/node.def @@ -1,10 +1,10 @@ type: ipv4 help: "Filter a network IP address" -syntax: $(../host/@) != "" || $(../any/@) != ""; "You may only define one filter type. (host|network|any)" +syntax: $(../host/@) != "" || $(../any/@) != ""; "You may only define one filter type (host|network|any)" # TODO: pending 2284 syntax: ($(../../@) >= 100 && $(../../@) <= 199) || ($(../../@) >= 2000) && $(../../@) <= 2699); " \ To set destination filter parameters, the access-list rule number must be \n \ <100-199> IP extended access list \n \ <2000-2699> IP extended access list (expanded range) \n" -commit: $(../inverse-mask/@) != ""; "You must specify an inverse-mask before comitting" +commit: $(../inverse-mask/@) != ""; "You must specify an inverse-mask before committing" commit: $(../../action/@) != ""; "You must specify an action before committing" diff --git a/templates/policy/access-list/node.tag/rule/node.tag/source/network/node.def b/templates/policy/access-list/node.tag/rule/node.tag/source/network/node.def index 910e5500..e7c4fec7 100644 --- a/templates/policy/access-list/node.tag/rule/node.tag/source/network/node.def +++ b/templates/policy/access-list/node.tag/rule/node.tag/source/network/node.def @@ -1,5 +1,5 @@ type: ipv4 help: "Filter a network IP address" -syntax: $(../host/@) == "" && $(../any/@) == ""; "You may only define one filter type. (host|network|any)" -commit: $(../inverse-mask/@) != ""; "You must specify an inverse-mask before comitting" +syntax: $(../host/@) == "" && $(../any/@) == ""; "You may only define one filter type (host|network|any)" +commit: $(../inverse-mask/@) != ""; "You must specify an inverse-mask before committing" commit: $(../../action/@) != ""; "You must specify an action before committing" |