summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgen-interface-templates.pl3
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(@)',