diff options
author | Daniil Baturin <daniil@baturin.org> | 2014-04-27 00:40:58 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2014-04-27 00:40:58 +0200 |
commit | a39dfa4eed3e1cd1cc00aa8ae5d77c04c260f994 (patch) | |
tree | 2229780785abc06dbbc756994e88150dc86b8c90 /templates | |
parent | 9c2dd447d23e5b2d4783a5719d7b80319e8e3ab1 (diff) | |
download | vyatta-cfg-firewall-a39dfa4eed3e1cd1cc00aa8ae5d77c04c260f994.tar.gz vyatta-cfg-firewall-a39dfa4eed3e1cd1cc00aa8ae5d77c04c260f994.zip |
Bug #144: change priorities so route policy is after firewall groups
so it's possible to use firewall groups in it. Fix suggested by Cesar Fazan.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/policy/route/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/policy/route/node.def b/templates/policy/route/node.def index f5a8032..3f76bc3 100644 --- a/templates/policy/route/node.def +++ b/templates/policy/route/node.def @@ -1,5 +1,5 @@ tag: -priority: 199 +priority: 201 type: txt |