K 10 svn:author V 2 ae K 8 svn:date V 27 2016-03-18T09:03:00.563148Z K 7 svn:log V 164 Fix handling of net.inet.ipsec.dfbit=2 variable. IP_DF macro is in host bytes order, but ip_off field is in network bytes order. So, use htons() for correct check. END