diff options
author | Stig Thormodsrud <stig@uffda.(none)> | 2007-11-15 18:18:02 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@uffda.(none)> | 2007-11-15 18:18:02 -0800 |
commit | 40b35c571d3ddb98f8bfcc734c286ffd41a113a4 (patch) | |
tree | 02e52e85433fbd06f159fbbb5f7c389a115b594f /templates/policy | |
parent | 17a7c7d56e1ec21821a3527f1f14953bd3ed02a5 (diff) | |
download | vyatta-cfg-quagga-40b35c571d3ddb98f8bfcc734c286ffd41a113a4.tar.gz vyatta-cfg-quagga-40b35c571d3ddb98f8bfcc734c286ffd41a113a4.zip |
Fix "set policy access-list destination any".
Diffstat (limited to 'templates/policy')
-rw-r--r-- | templates/policy/access-list/node.tag/rule/node.tag/destination/any/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/policy/access-list/node.tag/rule/node.tag/destination/any/node.def b/templates/policy/access-list/node.tag/rule/node.tag/destination/any/node.def index 999c4d21..96ab32c9 100644 --- a/templates/policy/access-list/node.tag/rule/node.tag/destination/any/node.def +++ b/templates/policy/access-list/node.tag/rule/node.tag/destination/any/node.def @@ -1,6 +1,6 @@ help: "Filter any IP address" -syntax: ($(../../@) >= 100 && $(../../@) <= 199) || ($(../../@) >= 2000) && $(../../@) <= 2699); " \ -To set destination filter parameters, the access-list rule number must be \n \ +syntax: ($(../../../@) >= 100 && $(../../../@) <= 199) || ($(../../../@) >= 2000 && $(../../../@) <= 2699); " \ +To set destination filter parameters, the access-list number must be \n \ <100-199> IP extended access list \n \ <2000-2699> IP extended access list (expanded range) \n" commit: $(../../action/) != ""; "You must specify an action before committing" |