summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/vyos-intfwatchd2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyos-intfwatchd b/scripts/vyos-intfwatchd
index d5f6753b..b8bde3f3 100644
--- a/scripts/vyos-intfwatchd
+++ b/scripts/vyos-intfwatchd
@@ -138,7 +138,7 @@ while(<HANDLE>)
my $intf_addr_path = $intf->path() . " address";
# Get IPv6 addresses
- my @addresses = grep /:/, $config->returnValues($intf_addr_path);
+ my @addresses = grep /:/, $config->returnEffectiveValues($intf_addr_path);
print Dumper(@addresses) if $debug;
foreach my $address (@addresses)