cvs commit: src/sbin/ipfw ipfw2.c src/sys/netinet ip_divert.c ip_fw.h ip_fw2.c

Brian Fundakowski Feldman green at FreeBSD.org
Sat Oct 2 17:37:08 PDT 2004


On Sun, Oct 03, 2004 at 12:26:36AM +0000, Brian Feldman wrote:
> green       2004-10-03 00:26:36 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sbin/ipfw            ipfw2.c 
>     sys/netinet          ip_divert.c ip_fw.h ip_fw2.c 
>   Log:
>   Add support to IPFW for classification based on "diverted" status
>   (that is, input via a divert socket).
>   
>   Revision  Changes    Path
>   1.62      +35 -0     src/sbin/ipfw/ipfw2.c
>   1.100     +16 -12    src/sys/netinet/ip_divert.c
>   1.93      +6 -3      src/sys/netinet/ip_fw.h
>   1.80      +20 -1     src/sys/netinet/ip_fw2.c

Note that this adds an extra tagging operation to the other direction of
diverted packets that did not have it before.  It fails closed.

-- 
Brian Fundakowski Feldman                           \'[ FreeBSD ]''''''''''\
  <> green at FreeBSD.org                               \  The Power to Serve! \
 Opinions expressed are my own.                       \,,,,,,,,,,,,,,,,,,,,,,\


More information about the cvs-src mailing list