<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Nov 10, 2023, 13:51 pgnd <<a href="mailto:pgnd@dev-mail.net">pgnd@dev-mail.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hi,<br>
<br>
after upgrading OS (Fedora 38 -> 39) on my router box, on boot systemd-sysctl is failing to write params to IPv6 interfaces<br>
it appears systemd-sysctl is attempting to write config to an interface before it exists</blockquote></div></div><div dir="auto"><br></div><div dir="auto">This failure should usually be okay to ignore as there already is a udev rule which will trigger sysctl again (for net.* settings) whenever an interface appears, at any point (not just at boot).</div><div dir="auto"><br></div><div dir="auto">But networkd's AcceptRA doesn't use the kernel's RA support – it's actually supposed to force accept_ra to zero and handle it in userspace, so if you're using networkd then you should be configuring this via networkd as well...</div></div>