K 10 svn:author V 7 glebius K 8 svn:date V 27 2012-10-15T07:57:55.136426Z K 7 svn:log V 249 We don't need to convert ip6_len to host byte order before ip6_output(), the IPv6 stack is working in net byte order. The reason this code worked before is that ip6_output() doesn't look at ip6_plen at all and recalculates it based on mbuf length. END