Pass IPv6 address to postscript application (if present)

This commit is contained in:
David Kerr 2017-02-25 13:41:28 -05:00
parent 53d81eba97
commit 364c908753

View file

@ -996,7 +996,7 @@ sub update_nics {
if (@hosts) { if (@hosts) {
$0 = sprintf("%s - updating %s", $program, join(',', @hosts)); $0 = sprintf("%s - updating %s", $program, join(',', @hosts));
&$update(@hosts); &$update(@hosts);
runpostscript(join ' ', keys %ips); runpostscript(join ' ', keys %ips, keys %ipsv6);
} }
} }
foreach my $h (sort keys %config) { foreach my $h (sort keys %config) {