Skip to content

Commit

Permalink
radvd: T1832: tagNode renamed to dnssl to keep the config sweet and s…
Browse files Browse the repository at this point in the history
…hort
  • Loading branch information
hagbard-01 committed Nov 28, 2019
1 parent 3487250 commit a989fae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/vyatta_gen_radvd.pl
Expand Up @@ -353,11 +353,11 @@ sub do_interface {
}

# Process Search lists
my @searchlists = $config->returnValues("$param_root dns-searchlists");
log_msg("nameservers = @searchlists\n");
if (@searchlists) {
my @dnssl = $config->returnValues("$param_root dnssl");
log_msg("searchdomain = @dnssl\n");
if (@dnssl) {
print $FD_WR " DNSSL ";
foreach my $searchdom (@searchlists) {
foreach my $searchdom (@dnssl) {
print $FD_WR "$searchdom ";
}
print $FD_WR "{\n };\n";
Expand Down

0 comments on commit a989fae

Please sign in to comment.