summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Hagen <khagen@multi-development.com>2014-06-26 11:13:43 +0200
committerKim Hagen <khagen@multi-development.com>2014-06-26 11:13:43 +0200
commit33b6982cdc73d5fed4c2d8017a9cf20f73e3d85c (patch)
treecae3f0a7e045baff175e79b1afe8af7e863147d1
parentd6c73343e608f54ddbd649e26e0999ffaf1f10ea (diff)
downloadvyatta-cfg-quagga-33b6982cdc73d5fed4c2d8017a9cf20f73e3d85c.tar.gz
vyatta-cfg-quagga-33b6982cdc73d5fed4c2d8017a9cf20f73e3d85c.zip
Add QinQ for bonding and pseudo-ethernet interfaces to template generator.
-rwxr-xr-xgen-interface-templates.pl2
1 files changed, 2 insertions, 0 deletions
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(@)',