diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2009-03-31 18:01:10 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2009-03-31 18:01:10 -0700 |
commit | afd4793c1f2a174651926f8c2bf5790fe66bab3b (patch) | |
tree | 036db502dcae549a011065f24cc73a4a332d03e6 /gen-interface-templates.pl | |
parent | 91ac330a0cd0cd0896aee34829d0de4860cd35f3 (diff) | |
download | vyatta-cfg-firewall-afd4793c1f2a174651926f8c2bf5790fe66bab3b.tar.gz vyatta-cfg-firewall-afd4793c1f2a174651926f8c2bf5790fe66bab3b.zip |
Remove extra carriage return that was breaking the generated firewall
template.
Diffstat (limited to 'gen-interface-templates.pl')
-rwxr-xr-x | gen-interface-templates.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl index 204308c..5042523 100755 --- a/gen-interface-templates.pl +++ b/gen-interface-templates.pl @@ -187,7 +187,6 @@ allowed: local -a params echo -n \${params[@]##*/} create: ifname=$if_name sudo /opt/vyatta/sbin/vyatta-firewall.pl --update-interfaces \\ - update \$ifname $direction \$VAR(@) $table update: ifname=$if_name |