summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgen-interface-templates.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl
index d5705e8..8fb221c 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -71,9 +71,6 @@ 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;