diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-12-14 15:33:41 -0800 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-12-14 15:33:41 -0800 |
commit | 829762ea92584e005d6c505180aaccfff08bb58d (patch) | |
tree | 4f11c24f134bdb946d98b0767f6f3c65a4d7a70b | |
parent | 8a659f0623895905f5c2c5f2ec535e9a0770478e (diff) | |
download | vyatta-cfg-829762ea92584e005d6c505180aaccfff08bb58d.tar.gz vyatta-cfg-829762ea92584e005d6c505180aaccfff08bb58d.zip |
Jenner Fix for Bug 5026 - NAT rule not taking effect on specific value
Moving NAT to a higher priority to be right after firewall and before
interfaces and routing configuration to prevent connections from getting
tracked before firewall and NAT have been setup
-rw-r--r-- | templates/priority | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/priority b/templates/priority index 7ad4c6b..ba62209 100644 --- a/templates/priority +++ b/templates/priority @@ -93,6 +93,7 @@ 210 firewall/ipv6-name/node.tag 210 firewall/ipv6-modify/node.tag 215 firewall +220 service/nat 310 interfaces/bridge 315 interfaces/bonding 318 interfaces/ethernet @@ -160,7 +161,6 @@ 910 service/dhcp-relay 911 service/dhcp-server 913 service/https -914 service/nat 915 service/ssh 916 service/telnet 917 service/webproxy |