summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-12 18:41:34 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-12 18:41:34 -0700
commit4fb63789bf16c0453ad202f73fc78c8e05c55b69 (patch)
treed75583ce860a20a95f3c60226b6b662f856d2239
parentee28d2c99ae8b52033d4890b8c95ae426a3f34a9 (diff)
downloadvyatta-cfg-quagga-4fb63789bf16c0453ad202f73fc78c8e05c55b69.tar.gz
vyatta-cfg-quagga-4fb63789bf16c0453ad202f73fc78c8e05c55b69.zip
remove pseudo-ethernet vif
-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 8a5e12af..972d5a60 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -35,7 +35,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(@)',
'bonding/node.tag' => '$VAR(@)',
'bonding/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)',
'tunnel/node.tag' => '$VAR(@)',