summaryrefslogtreecommitdiff
path: root/gen-interface-templates.pl
diff options
context:
space:
mode:
Diffstat (limited to 'gen-interface-templates.pl')
-rwxr-xr-xgen-interface-templates.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl
index 8e08f6ad..dab604a8 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -50,9 +50,7 @@ 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',
-);
+my %interface_prio = ();
sub gen_template {
my ( $inpath, $outpath, $ifname, $gen_prio, $prio, $depth ) = @_;