summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6cb57a07..4118ff1c 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -46,6 +46,9 @@ my %interface_hash = (
# Hash table to check if the priority needs to set @ root
# of the node.def which is generated.
+my %interface_prio = (
+ 'vti/node.tag' => '901',
+);
sub gen_template {
my ( $inpath, $outpath, $ifname, $gen_prio, $prio, $depth ) = @_;