https://bugzilla.novell.com/show_bug.cgi?id=706266 https://bugzilla.novell.com/show_bug.cgi?id=706266#c2 Norbert Hornyak <hnsz2002@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|hnsz2002@gmail.com | --- Comment #2 from Norbert Hornyak <hnsz2002@gmail.com> 2011-07-19 19:11:11 UTC --- "I looked at the kernel addrconf internals ad found it more broken than I could easily fix wrt suspend/resume. So I posted a question on netdev:" Yeah, yesterday once happend that the ip address is also purged from interface too... The routes before suspend (or rcnetwork restart after resume): # route --inet6 -n Kernel IPv6 routing table Destination Next Hop Flags Metric Ref Use Iface 2a01:270:dd01:7801::/64 :: UA 256 17 0 eth0 fe80::/64 :: U 256 0 0 eth0 ::/0 fe80::21e:c9ff:fe4e:ef84 UGDA 1024 547 13 eth0 ::1/128 :: U 0 159 1 lo 2a01:270:dd01:7801::1/128 :: U 0 9763 2 lo fe80::21f:d0ff:fe87:493c/128 :: U 0 75 1 lo ff00::/8 :: U 256 0 0 eth0 After resume: # route --inet6 -n Kernel IPv6 routing table Destination Next Hop Flags Metric Ref Use Iface 2a01:270:dd01:7801::4/128 2a01:270:dd01:7801::4 UC 0 52 0 eth0 2a01:270:dd01:7801::/64 :: U 256 9 0 eth0 fe80::/64 :: U 256 0 0 eth0 ::1/128 :: U 0 86 1 lo 2a01:270:dd01:7801::1/128 :: U 0 3371 1 lo fe80::21f:d0ff:fe87:493c/128 :: U 0 22 1 lo ff02::1/128 ff02::1 UC 0 1 0 eth0 ff02::1:2/128 ff02::1:2 UC 0 1 0 eth0 ff02::1:ff87:493c/128 ff02::1:ff87:493c UC 0 1 0 eth0 ff00::/8 :: U 256 0 0 eth0 Here is my radvd.conf (commented lines removed): interface eth3 { AdvSendAdvert on; AdvManagedFlag on; AdvLinkMTU 1472; prefix 2a01:270:dd01:7801::/64 { AdvOnLink on; AdvAutonomous off; AdvRouterAddr off; }; } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.