cvs commit: src/sys/netgraph ng_ipfw.c

Gleb Smirnoff glebius at FreeBSD.org
Fri Feb 11 20:53:42 GMT 2005


glebius     2005-02-11 20:53:41 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_ipfw.c 
  Log:
  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
  
  Revision  Changes    Path
  1.3       +12 -9     src/sys/netgraph/ng_ipfw.c


More information about the cvs-all mailing list