talos/internal
Andrey Smirnov 72b76abfd4 fix: workaround issues when IPv6 is fully or partially disabled
Fixes #3847

Fixes #3919

1. Looks like `::1/128` is assigned to `lo` interface by the kernel
without our help, and kernel does it properly whether IPv6 is enabled
for not (including particular interface).

2. If IPv6 is disabled completely with command line, we should ignore
failures to write ipv6 sysctls (as these are not security-related,
skipping them isn't a risk).

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2021-07-09 12:33:22 -07:00
..
2021-07-09 07:10:45 -07:00