bug - fe80::/10 is not LOCAL ADDRESS like ::1/128

This commit is contained in:
Oliver Gorwits
2022-08-15 11:26:49 -04:00
parent e85198731f
commit 7aca60a348

View File

@@ -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: []