diff options
author | kouak <kouak@kouak.org> | 2015-03-25 14:22:37 +0100 |
---|---|---|
committer | kouak <kouak@kouak.org> | 2015-03-25 14:22:37 +0100 |
commit | d96867cd19221810035c48ba4cead516c39116f6 (patch) | |
tree | a579160eb9ae468214c7e81829dec9c81c945106 /gen-interface-templates.pl | |
parent | e89ecdf103790bde37737377e04b867771aad5f9 (diff) | |
download | vyatta-cfg-qos-d96867cd19221810035c48ba4cead516c39116f6.tar.gz vyatta-cfg-qos-d96867cd19221810035c48ba4cead516c39116f6.zip |
Refactor QoS class match templates
Diffstat (limited to 'gen-interface-templates.pl')
-rwxr-xr-x | gen-interface-templates.pl | 2 |
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) |