bug - fe80::/10 is not LOCAL ADDRESS like ::1/128
This commit is contained in:
@@ -222,7 +222,6 @@ host_groups:
|
|||||||
- '::/0'
|
- '::/0'
|
||||||
__LOCAL_ADDRESSES__:
|
__LOCAL_ADDRESSES__:
|
||||||
- '::1'
|
- '::1'
|
||||||
- 'fe80::/10'
|
|
||||||
- '127.0.0.0/8'
|
- '127.0.0.0/8'
|
||||||
host_group_displaynames: {}
|
host_group_displaynames: {}
|
||||||
device_identity: []
|
device_identity: []
|
||||||
@@ -357,7 +356,7 @@ jobs_qdepth: 50
|
|||||||
dns:
|
dns:
|
||||||
max_outstanding: 50
|
max_outstanding: 50
|
||||||
hosts_file: '/etc/hosts'
|
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: []
|
hooks: []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user