diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2009-05-28 15:31:33 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2009-05-28 15:31:33 -0700 |
commit | 9fbca6f2e842ff9c3a15ce1b3cb457271f00d371 (patch) | |
tree | bc539ffa5acc371ba8eac16879beffd7297ad395 /gen-interface-templates.pl | |
parent | 532135d92a8861143619b5fde3129ff41d68fd3b (diff) | |
download | vyatta-cfg-firewall-9fbca6f2e842ff9c3a15ce1b3cb457271f00d371.tar.gz vyatta-cfg-firewall-9fbca6f2e842ff9c3a15ce1b3cb457271f00d371.zip |
Bugfix 4462: Fix typo in interface name references.
Diffstat (limited to 'gen-interface-templates.pl')
-rwxr-xr-x | gen-interface-templates.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl index 66e60d0..9a1574b 100755 --- a/gen-interface-templates.pl +++ b/gen-interface-templates.pl @@ -35,8 +35,8 @@ my $debug = 0; # my %interface_hash = ( 'adsl/node.tag/pvc/node.tag/bridged-ethernet' => - 'adsl$VAR(../../../../../@)', - 'adsl/node.tag/pvc/node.tag/classical-ipoa' => 'adsl$VAR(../../../../../@)', + '$VAR(../../../../../@)', + 'adsl/node.tag/pvc/node.tag/classical-ipoa' => '$VAR(../../../../../@)', 'adsl/node.tag/pvc/node.tag/pppoa/node.tag' => 'pppoa$VAR(../../../@)', 'adsl/node.tag/pvc/node.tag/pppoe/node.tag' => 'pppoe$VAR(../../../@)', |