diff options
-rwxr-xr-x | gen-interface-templates.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl index 8fb221c..d5705e8 100755 --- a/gen-interface-templates.pl +++ b/gen-interface-templates.pl @@ -71,6 +71,9 @@ sub gen_template { my $in = "$inpath/$name"; my $out = "$outpath/$name"; + # Skip incoming Qos policy on vif + next if ($name eq 'in') && ($outpath =~ '/vif/node.tag/'); + # recurse into subdirectory if ( -d $in ) { my $subif = $ifname; |