diff options
-rwxr-xr-x | gen-interface-templates.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl index ed3d5843..8e08f6ad 100755 --- a/gen-interface-templates.pl +++ b/gen-interface-templates.pl @@ -45,6 +45,7 @@ my %interface_hash = ( 'bonding/node.tag/vif-s/node.tag/vif-c/node.tag' => '$VAR(../../@).$VAR(../@).$VAR(@)', 'tunnel/node.tag' => '$VAR(@)', 'bridge/node.tag' => '$VAR(@)', + 'vxlan/node.tag' => '$VAR(@)', ); # Hash table to check if the priority needs to set @ root |