From 2b500bb648942a90e53d774a68da31c52b9d14ac Mon Sep 17 00:00:00 2001 From: Robert Bays Date: Wed, 10 Nov 2010 18:14:12 -0800 Subject: Looks like merge with larkspur missed this... --- lib/Vyatta/Quagga/Config.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Vyatta/Quagga/Config.pm b/lib/Vyatta/Quagga/Config.pm index 8afc1bed..90a3d4d0 100644 --- a/lib/Vyatta/Quagga/Config.pm +++ b/lib/Vyatta/Quagga/Config.pm @@ -399,7 +399,7 @@ sub _qtree { # This is either a set or delete on a single or multi: node if ($action eq 'set') { - my $tmplhash = $config->parseTmplAll($node); + my $tmplhash = $config->parseTmplAll(join ' ', "$level $node"); if ($tmplhash->{'multi'}) { if ($_DEBUG > 2) { print "DEBUG: multi\n"; } @vals = $config->returnValues($node); @@ -410,7 +410,7 @@ sub _qtree { } } else { - my $tmplhash = $config->parseTmplAll($node); + my $tmplhash = $config->parseTmplAll(join ' ', "$level $node"); if ($tmplhash->{'multi'}) { if ($_DEBUG > 2) { print "DEBUG: multi\n"; } @vals = $config->returnOrigValues($node); -- cgit v1.2.3