diff options
author | Daniil Baturin <daniil@baturin.org> | 2014-09-20 10:20:10 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2014-09-20 10:20:10 +0200 |
commit | 18e763ed3169d0ddac16318adb7abd31904a2b36 (patch) | |
tree | 0c02263971225bd17512ce25289a14c6662f8c44 /gen-interface-templates.pl | |
parent | 3e3115312e70064ae7f637873591e5a656057e1e (diff) | |
download | vyatta-cfg-system-18e763ed3169d0ddac16318adb7abd31904a2b36.tar.gz vyatta-cfg-system-18e763ed3169d0ddac16318adb7abd31904a2b36.zip |
Add VXLAN to generated templates.
Diffstat (limited to 'gen-interface-templates.pl')
-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 |