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-10-13 16:37:16 -0700
commit5cd048b332bc3fba71ae4ceb57947aac3e3ef38c (patch)
tree94572d0ddaa3312020c65c2aea116b42683a853e
parent351b49a02e921b43e64bb2d498224da01bd10eee (diff)
downloadvyatta-cfg-quagga-5cd048b332bc3fba71ae4ceb57947aac3e3ef38c.tar.gz
vyatta-cfg-quagga-5cd048b332bc3fba71ae4ceb57947aac3e3ef38c.zip
remove pseudo-ethernet vif
(cherry picked from commit 4fb63789bf16c0453ad202f73fc78c8e05c55b69)
-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 30c4cb2a..f50b0bd1 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -36,7 +36,7 @@ my %interface_hash = (
'ethernet/node.tag/vif/node.tag/pppoe/node.tag' => 'pppoe$VAR(@)',
'wireless/node.tag' => '$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(@)',