summaryrefslogtreecommitdiff
path: root/gen-interface-templates.pl
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2011-12-21 11:12:24 -0800
committerStephen Hemminger <shemminger@vyatta.com>2011-12-21 11:12:24 -0800
commitef88c88db2de3268ea4b2f1af9716f1cf70f289a (patch)
tree31d9ccc1cffbe311416e7d60429231f2d22a3e99 /gen-interface-templates.pl
parentfb174d3e040f78e485a83a969378390065f396eb (diff)
downloadvyatta-cfg-quagga-ef88c88db2de3268ea4b2f1af9716f1cf70f289a.tar.gz
vyatta-cfg-quagga-ef88c88db2de3268ea4b2f1af9716f1cf70f289a.zip
Add support for future dataplane
Sub package for future dataplane interface types.
Diffstat (limited to 'gen-interface-templates.pl')
-rwxr-xr-xgen-interface-templates.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl
index 88404e94..713e2044 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -60,6 +60,9 @@ my %interface_hash = (
'serial/node.tag/cisco-hdlc/vif/node.tag' => '$VAR(../../@).$VAR(@)',
'serial/node.tag/frame-relay/vif/node.tag' => '$VAR(../../@).$VAR(@)',
'serial/node.tag/ppp/vif/node.tag' => '$VAR(../../@).$VAR(@)',
+
+ 'dataplane/node.tag' => '$VAR(@)',
+ 'dataplane/node.tag/vif/node.tag' => '$VAR(../@).$VAR(@)',
);
sub gen_template {