diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-06-17 20:20:51 -0700 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-06-17 20:33:22 -0700 |
commit | 9a7e7cba74103f998c3d9bf1c36374fb76ea427c (patch) | |
tree | bb2e79f2a04031efdb68435336fb071dae86512c /templates | |
parent | 154c4a4423202a82f47142a4105027b27b26b19d (diff) | |
download | vyatta-cfg-system-9a7e7cba74103f998c3d9bf1c36374fb76ea427c.tar.gz vyatta-cfg-system-9a7e7cba74103f998c3d9bf1c36374fb76ea427c.zip |
temporarily undo check for firewall ruleset until bug 4554 is resolved
Diffstat (limited to 'templates')
-rw-r--r-- | templates/zone-policy/zone/node.tag/from/node.tag/firewall/name/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/zone-policy/zone/node.tag/from/node.tag/firewall/name/node.def b/templates/zone-policy/zone/node.tag/from/node.tag/firewall/name/node.def index 20dd913e..56df6a19 100644 --- a/templates/zone-policy/zone/node.tag/from/node.tag/firewall/name/node.def +++ b/templates/zone-policy/zone/node.tag/from/node.tag/firewall/name/node.def @@ -20,7 +20,7 @@ create: done if [ $found -eq 0 ]; then echo Invalid IPv4 firewall ruleset [$VAR(@)] - exit 1 + #exit 1 fi /opt/vyatta/sbin/vyatta-zone.pl \ |