summaryrefslogtreecommitdiff
path: root/gen-interface-templates.pl
diff options
context:
space:
mode:
authorkouak <kouak@kouak.org>2015-03-25 14:22:37 +0100
committerkouak <kouak@kouak.org>2015-03-25 14:22:37 +0100
commitd96867cd19221810035c48ba4cead516c39116f6 (patch)
treea579160eb9ae468214c7e81829dec9c81c945106 /gen-interface-templates.pl
parente89ecdf103790bde37737377e04b867771aad5f9 (diff)
downloadvyatta-cfg-qos-d96867cd19221810035c48ba4cead516c39116f6.tar.gz
vyatta-cfg-qos-d96867cd19221810035c48ba4cead516c39116f6.zip
Refactor QoS class match templates
Diffstat (limited to 'gen-interface-templates.pl')
-rwxr-xr-xgen-interface-templates.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl
index 9c9c4d9..879303e 100755
--- a/gen-interface-templates.pl
+++ b/gen-interface-templates.pl
@@ -133,7 +133,7 @@ sub mkdir_p {
}
foreach my $if_tree ( keys %interface_hash ) {
- my $inpath = "interface-templates";
+ my $inpath = "templates-skeleton/interface-templates";
my $outpath = "$outdir/interfaces/$if_tree";
( -d $outpath )
or mkdir_p($outpath)