From 41c1291ee3e8bead09305ff120d8d28e4a21d030 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 8 Jul 2019 11:57:21 +0200 Subject: T1465: remove custom priority from "vti vtiX ip" that was causing priority inversion. --- gen-interface-templates.pl | 4 +--- 1 file changed, 1 insertion(+), 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 ) = @_; -- cgit v1.2.3