From 18e763ed3169d0ddac16318adb7abd31904a2b36 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sat, 20 Sep 2014 10:20:10 +0200 Subject: Add VXLAN to generated templates. --- gen-interface-templates.pl | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3