diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-12 18:41:34 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-10-13 16:37:16 -0700 |
commit | 5cd048b332bc3fba71ae4ceb57947aac3e3ef38c (patch) | |
tree | 94572d0ddaa3312020c65c2aea116b42683a853e /gen-interface-templates.pl | |
parent | 351b49a02e921b43e64bb2d498224da01bd10eee (diff) | |
download | vyatta-cfg-quagga-5cd048b332bc3fba71ae4ceb57947aac3e3ef38c.tar.gz vyatta-cfg-quagga-5cd048b332bc3fba71ae4ceb57947aac3e3ef38c.zip |
remove pseudo-ethernet vif
(cherry picked from commit 4fb63789bf16c0453ad202f73fc78c8e05c55b69)
Diffstat (limited to 'gen-interface-templates.pl')
-rwxr-xr-x | gen-interface-templates.pl | 2 |
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(@)', |