Rather annoyingly, “Bug Clerk” closed a ticket I raised when I believe it shouldn’t have.
Here is the detail.
Summary:
I have VLAN interfaces, and even with “autoconfigure IPv6” unchecked, SLAAC still occurs on the interfaces. I had to do a tunable for net.ipv6.conf.vlan1.accept_ra to set it to 0 to fix.
I saw Jira PR 16443, my system doesn’t have that PR but accept_ra was still set to 2 – a very bad default!
My further (probably onto deaf ears) response:
With “Autoconfigure IPv6” unticked, the interfaces should not autoconfigure, including listening to RA, and installing SLAAC addressing!
The documentation here clearly states:
Clear the DHCP checkbox, then select Autoconfigure IPv6 if you want to create the IP address using SLAAC. This automatically configures the IPv6 address. You can only use this option one time to configure an IPv6 address for the system.
And as I mentioned, you are setting
accept_ra
2 to, and as per here, that means “2 Overrule forwarding behaviour. Accept Router Advertisements even if forwarding is enabled.”
Can the ticket be re-opened? Anyone else experiencing this issue?