diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2009-07-29 19:01:25 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2009-07-29 19:01:25 -0700 |
commit | 0d0761a6081ec04f6f27f5785f1ff5b7d8b38ffa (patch) | |
tree | a699649b491687c53d4000301c9333a9f7aec770 | |
parent | 1d3d1b015f287ebeb5a3c694e9a9aff7328e5683 (diff) | |
download | vyatta-cfg-0d0761a6081ec04f6f27f5785f1ff5b7d8b38ffa.tar.gz vyatta-cfg-0d0761a6081ec04f6f27f5785f1ff5b7d8b38ffa.zip |
Fix [Bug 4760] New: members were removed after an in-use firewall group
failed to be deleted
-rw-r--r-- | templates/priority | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/priority b/templates/priority index c1507b3..9ee1fe9 100644 --- a/templates/priority +++ b/templates/priority @@ -85,7 +85,12 @@ # "active config" tree at the time the lower-level node is committed. # -200 firewall/group +200 firewall/group/port-group +200 firewall/group/port-group/node.tag/port +200 firewall/group/address-group +200 firewall/group/address-group/node.tag/address +200 firewall/group/network-group +200 firewall/group/network-group/node.tag/network 210 firewall/name/node.tag 210 firewall/modify/node.tag 210 firewall/ipv6-name/node.tag |