summaryrefslogtreecommitdiff
path: root/gen-interface-templates.pl
diff options
context:
space:
mode:
authorBob Gilligan <gilligan@vyatta.com>2009-03-10 16:32:08 -0700
committerBob Gilligan <gilligan@vyatta.com>2009-03-10 16:32:08 -0700
commit4d15ce7be6bc73201418f2f6913fabba7d274612 (patch)
tree953c2725c523efa6cbcb4a74b15eb1e07879045d /gen-interface-templates.pl
parent1d2ba4ca4c27ab8b6dc6a33b93a47d6bb9de5c11 (diff)
downloadvyatta-cfg-firewall-4d15ce7be6bc73201418f2f6913fabba7d274612.tar.gz
vyatta-cfg-firewall-4d15ce7be6bc73201418f2f6913fabba7d274612.zip
Bugfix 4203: Name of template should be classical-ipoa, not classical_ipoa
Diffstat (limited to 'gen-interface-templates.pl')
-rwxr-xr-xgen-interface-templates.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl
index fdea542..01dd0b5 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -34,7 +34,7 @@ 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/node.tag/pvc/node.tag/classical-ipoa' =>
'adsl$VAR(../../../../../@)',
'adsl/node.tag/pvc/node.tag/pppoa/node.tag' => 'pppoa$VAR(../../../@)',
'adsl/node.tag/pvc/node.tag/pppoe/node.tag' => 'pppoe$VAR(../../../@)',