diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-09-11 18:06:08 -0700 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-09-11 18:06:08 -0700 |
commit | d23cfb1136d025bfbe050d033df60529ae852b0e (patch) | |
tree | 748a8170b577acfbf156fcd579a1d2ca5c009898 /templates | |
parent | 6870f3dc627f8ec3711ae12b0ff26afa9b3ed0cd (diff) | |
download | vyatta-cfg-d23cfb1136d025bfbe050d033df60529ae852b0e.tar.gz vyatta-cfg-d23cfb1136d025bfbe050d033df60529ae852b0e.zip |
Fix Bug 4919 "service dns" branch of configuration file missing ...
* use new API to get active 'original + commited' values
* split 'dns forwarding' and 'dns dynamic' into different priorities
Diffstat (limited to 'templates')
-rw-r--r-- | templates/priority | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/priority b/templates/priority index 815b884..7c83b59 100644 --- a/templates/priority +++ b/templates/priority @@ -154,12 +154,13 @@ 900 service 910 service/dhcp-relay 911 service/dhcp-server -912 service/dns 913 service/https 914 service/nat 915 service/ssh 916 service/telnet 917 service/webproxy +918 service/dns/forwarding +919 service/dns/dynamic 960 cluster 970 zone-policy/zone/node.tag/from 975 zone-policy |