aboutsummaryrefslogtreecommitdiff
path: root/net/unbound/files/odhcpd.awk
diff options
context:
space:
mode:
Diffstat (limited to 'net/unbound/files/odhcpd.awk')
-rw-r--r--net/unbound/files/odhcpd.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/unbound/files/odhcpd.awk b/net/unbound/files/odhcpd.awk
index 58f28d29a..fa2e41edf 100644
--- a/net/unbound/files/odhcpd.awk
+++ b/net/unbound/files/odhcpd.awk
@@ -87,6 +87,7 @@
while ( ( cmd | getline adr ) > 0 ) {
if (( substr( adr, 1, 5 ) <= "fd00:" ) \
+ && ( index( adr, "anycast" ) == 0 ) \
&& ( index( adr, "via" ) == 0 )) {
# GA or ULA routed addresses only (not LL or MC)
sub( /\/.*/, "", adr ) ;