diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-04-24 09:57:23 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-04-24 09:57:23 -0700 |
commit | a96037e42cd18153d4d468c21f35effee643ef5d (patch) | |
tree | d7f8daa73ac9467206d1ac36c137a68c20757c11 | |
parent | 530bc6dfed27d388f87c039ae7e7c1fb320840db (diff) | |
download | vyatta-cfg-qos-a96037e42cd18153d4d468c21f35effee643ef5d.tar.gz vyatta-cfg-qos-a96037e42cd18153d4d468c21f35effee643ef5d.zip |
Add support for virtual-ethernet
-rwxr-xr-x | gen-interface-templates.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl index 996455f..76387b2 100755 --- a/gen-interface-templates.pl +++ b/gen-interface-templates.pl @@ -35,6 +35,9 @@ my %interface_hash = ( 'ethernet/node.tag/vif/node.tag/pppoe/node.tag' => 'pppoe$VAR(@)', 'bonding/node.tag' => '$VAR(@)', 'bonding/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)', + 'virtual-ethernet/node.tag' => '$VAR(@)', + 'virtual-ethernet/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)', + 'tunnel/node.tag' => '$VAR(@)', 'bridge/node.tag' => '$VAR(@)', 'openvpn/node.tag' => '$VAR(@)', |