Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 1999 06:32:07 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net bridge.c src/sys/netinet in.h ip_dummynet.c ip_dummynet.h ip_fw.c ip_fw.h ip_input.c ip_output.c raw_ip.c
Message-ID:  <199904201332.GAA75764@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1999/04/20 06:32:07 PDT

  Modified files:
    sys/net              bridge.c 
    sys/netinet          in.h ip_dummynet.c ip_dummynet.h ip_fw.c 
                         ip_fw.h ip_input.c ip_output.c raw_ip.c 
  Log:
  Tidy up some stray / unused stuff in the IPFW package and friends.
  - unifdef -DCOMPAT_IPFW  (this was on by default already)
  - remove traces of in-kernel ip_nat package, it was never committed.
  - Make IPFW and DUMMYNET initialize themselves rather than depend on
    compiled-in hooks in ip_init().  This means they initialize the same
    way both in-kernel and as kld modules.  (IPFW initializes now :-)
  
  Revision  Changes    Path
  1.9       +1 -3      src/sys/net/bridge.c
  1.39      +1 -2      src/sys/netinet/in.h
  1.12      +5 -10     src/sys/netinet/ip_dummynet.c
  1.4       +1 -2      src/sys/netinet/ip_dummynet.h
  1.107     +1 -4      src/sys/netinet/ip_fw.c
  1.37      +1 -9      src/sys/netinet/ip_fw.h
  1.117     +1 -35     src/sys/netinet/ip_input.c
  1.88      +2 -20     src/sys/netinet/ip_output.c
  1.57      +1 -23     src/sys/netinet/raw_ip.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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