Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2005 20:53:41 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_ipfw.c
Message-ID:  <200502112053.j1BKrf3a014734@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502112053.j1BKrf3a014734>