K 10 svn:author V 2 ae K 8 svn:date V 27 2013-02-08T03:54:06.162419Z K 7 svn:log V 372 Rework ip6_setdstifaddr function. Keeping pointer to in6_ifaddr structure without holding the reference can lead to the panic. So, keep the destination address and zone id instead. Also rename it into ip6_savedstinfo(). ip6_getdstifaddr() function now uses saved address and zone id for in6_ifaddr lookup. Remove additional ia6 declarations, use already declared pointer. END