K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-02-11T20:53:41.000000Z K 7 svn:log V 245 Packets from ipfw come with IP header in host byte order. Netgraph works with net byte order. Change byte order to net in ng_ipfw_input(), change byte order to host before ip_output(), do not change before ip_input(). In collaboration with: ru END