diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-12 18:41:34 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-12 18:41:34 -0700 |
commit | 4fb63789bf16c0453ad202f73fc78c8e05c55b69 (patch) | |
tree | d75583ce860a20a95f3c60226b6b662f856d2239 | |
parent | ee28d2c99ae8b52033d4890b8c95ae426a3f34a9 (diff) | |
download | vyatta-cfg-quagga-4fb63789bf16c0453ad202f73fc78c8e05c55b69.tar.gz vyatta-cfg-quagga-4fb63789bf16c0453ad202f73fc78c8e05c55b69.zip |
remove pseudo-ethernet vif
-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 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(@)', |