diff options
author | Robert Bays <robert@vyatta.com> | 2012-06-26 15:46:14 -0700 |
---|---|---|
committer | Robert Bays <robert@vyatta.com> | 2012-09-03 10:22:34 -0700 |
commit | 376c272c53c65468983b396307cb535af31a988c (patch) | |
tree | b37897cf8c9af9ff800b5b816533af92afae55dc /templates/policy/access-list | |
parent | 49be1d412287ba9b18e1561da34df11a131facb6 (diff) | |
download | vyatta-cfg-quagga-376c272c53c65468983b396307cb535af31a988c.tar.gz vyatta-cfg-quagga-376c272c53c65468983b396307cb535af31a988c.zip |
move policy priority tag to each policy type
Diffstat (limited to 'templates/policy/access-list')
-rw-r--r-- | templates/policy/access-list/node.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/policy/access-list/node.def b/templates/policy/access-list/node.def index 92323da0..173acf0d 100644 --- a/templates/policy/access-list/node.def +++ b/templates/policy/access-list/node.def @@ -1,4 +1,5 @@ tag: +priority: 470 type: u32 help: IP access-list filter syntax:expression: ($VAR(@) >= 1 && $VAR(@) <= 199) || ($VAR(@) >= 1300 && $VAR(@) <= 2699); \ |