Yu Watanabe
Yu Watanabe
> I wanna work on this use , Kindly Assign it to me Thank you! At first, try to find where the error message comes from. I guess this is...
This is an intentional change. I do not think we should revert or postpone the change. I recommend to use uaccess tag, or create a system group for the device...
You need to set `default` first, then set `all`. Please try something like the following: ``` net.ipv6.conf.default.disable_ipv6=1 net.ipv6.conf.all.disable_ipv6=1 ```
Ahh, you also need to disable IPv6LL by `LinkLocalAddressing=no`.
> > Note, networkd does not set `disable_ipv6` explicitly. > > But, you set some IPv6 related configs. The kernel may enable IPv6 when they are requested, though I am...