From 33b6982cdc73d5fed4c2d8017a9cf20f73e3d85c Mon Sep 17 00:00:00 2001 From: Kim Hagen Date: Thu, 26 Jun 2014 11:13:43 +0200 Subject: Add QinQ for bonding and pseudo-ethernet interfaces to template generator. --- gen-interface-templates.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl index fdcd3ac8..a2966957 100755 --- a/gen-interface-templates.pl +++ b/gen-interface-templates.pl @@ -40,8 +40,10 @@ my %interface_hash = ( 'wireless/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)', 'pseudo-ethernet/node.tag' => '$VAR(@)', 'pseudo-ethernet/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)', + 'pseudo-ethernet/node.tag/vif/node.tag/vif/node.tag' => '$VAR(../../@).$VAR(../@).$VAR(@)', 'bonding/node.tag' => '$VAR(@)', 'bonding/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)', + 'bonding/node.tag/vif/node.tag/vif/node.tag' => '$VAR(../../@).$VAR(../@).$VAR(@)', 'tunnel/node.tag' => '$VAR(@)', 'vti/node.tag' => '$VAR(@)', 'bridge/node.tag' => '$VAR(@)', -- cgit v1.2.3