On 10/24/2017 08:15 AM, Bengt Gördén wrote:
No. I happened to google opensuse and SLAAC and this came up which made me
Are you using Network Manager? think. https://lists.opensuse.org/opensuse/2013-07/msg00016.html
Are you sure you haven't configured something that actually makes RA mark things in /proc things to not be default? Looking at the names of your interfaces it seems that you've been tinkering with things. Not that, that is wrong but it might set things rolling.
What does this say: find /proc/sys/net/ipv6/conf/ -name accept_ra_rtr_pref | egrep -e all -e vlan3 -e eth0 -e default | xargs -I % sh -c 'ls -1 %;cat %'
/proc/sys/net/ipv6/conf/all/accept_ra_rtr_pref 1 /proc/sys/net/ipv6/conf/default/accept_ra_rtr_pref 1 /proc/sys/net/ipv6/conf/eth0/accept_ra_rtr_pref 1 /proc/sys/net/ipv6/conf/vlan3/accept_ra_rtr_pref 1 I haven't changed anything in that area. Also, that link is for a completely unrelated topic. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org