Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2009 21:24:12 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/conf files src/sys/netinet/ipfw ip_fw2.c ip_fw_private.h ip_fw_sockopt.c ip_fw_table.c
Message-ID:  <200912152124.nBFLOZVa066614@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2009-12-15 21:24:12 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files 
    sys/netinet/ipfw     ip_fw2.c ip_fw_private.h 
  Added files:
    sys/netinet/ipfw     ip_fw_sockopt.c ip_fw_table.c 
  Log:
  SVN rev 200590 on 2009-12-15 21:24:12Z by luigi
  
  more splitting of ip_fw2.c, now extract the 'table' routines
  and the sockopt routines (the upper half of the kernel).
  
  Whoever is the author of the 'table' code (Ruslan/glebius/oleg ?)
  please change the attribution in ip_fw_table.c. I have copied
  the copyright line from ip_fw2.c but it carries my name and I have
  neither written nor designed the feature so I don't deserve
  the credit.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.1489    +2 -0      src/sys/conf/files
  1.27      +7 -1208   src/sys/netinet/ipfw/ip_fw2.c
  1.2       +34 -1     src/sys/netinet/ipfw/ip_fw_private.h
  1.1       +1096 -0   src/sys/netinet/ipfw/ip_fw_sockopt.c (new)
  1.1       +261 -0    src/sys/netinet/ipfw/ip_fw_table.c (new)



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