From 7aca60a348e25629f8f80f96cdf4ac4f90d41d80 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 15 Aug 2022 11:26:49 -0400 Subject: [PATCH] bug - fe80::/10 is not LOCAL ADDRESS like ::1/128 --- share/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/config.yml b/share/config.yml index 287a9d6a..6e08f019 100644 --- a/share/config.yml +++ b/share/config.yml @@ -222,7 +222,6 @@ host_groups: - '::/0' __LOCAL_ADDRESSES__: - '::1' - - 'fe80::/10' - '127.0.0.0/8' host_group_displaynames: {} device_identity: [] @@ -357,7 +356,7 @@ jobs_qdepth: 50 dns: max_outstanding: 50 hosts_file: '/etc/hosts' - no: ['group:__LOCAL_ADDRESSES__','169.254.0.0/16'] + no: ['group:__LOCAL_ADDRESSES__','169.254.0.0/16','fe80::/10'] hooks: []