summaryrefslogtreecommitdiff
path: root/gen-interface-templates.pl
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-12 18:40:09 -0700
committerStig Thormodsrud <stig@vyatta.com>2009-07-10 16:57:27 -0700
commitc44b8af4c71fc4a4cce2a2e73d129ffc0e312843 (patch)
tree82b5b9a7e2ab1841392389dca43e3a3c62303802 /gen-interface-templates.pl
parent5d43acb3f5a154067f489da86ac5cfa013d4ce2d (diff)
downloadvyatta-cfg-firewall-c44b8af4c71fc4a4cce2a2e73d129ffc0e312843.tar.gz
vyatta-cfg-firewall-c44b8af4c71fc4a4cce2a2e73d129ffc0e312843.zip
remove pseudo-ethernet vif
(cherry picked from commit 8e62427eda81ce7c0f88c4f815a4ca7e3e891e11)
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 9a1574b..0bfa9f6 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -48,7 +48,7 @@ my %interface_hash = (
'ethernet/node.tag/vif/node.tag' => '$VAR(../../../../@).$VAR(../../../@)',
'ethernet/node.tag/vif/node.tag/pppoe/node.tag' => 'pppoe$VAR(../../../@)',
'pseudo-ethernet/node.tag' => '$VAR(../../../@)',
- 'pseudo-ethernet/node.tag/vif/node.tag' => '$VAR(../../../../@).$VAR(../../../@)',
+ # 'pseudo-ethernet/node.tag/vif/node.tag' => '$VAR(../../../../@).$VAR(../../../@)',
'tunnel/node.tag' => '$VAR(../../../@)',