2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00

Include fe80 in cert

fe80 is needed and a valid
thing to assert.
This commit is contained in:
Jarrod Johnson 2020-04-10 09:59:53 -04:00
parent 5fb4f2b36c
commit a3f7fc12b5

View File

@ -20,8 +20,6 @@ def get_ip_addresses():
for line in lines.split('\n'):
if line.startswith(' inet6 '):
line = line.replace(' inet6 ', '').split('/')[0]
if line.startswith('fe80::'):
continue
if line == '::1':
continue
elif line.startswith(' inet '):