Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2009 20:46:36 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/net flowtable.h src/sys/netinet ip_input.c ip_output.c
Message-ID:  <200906122047.n5CKl208044337@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2009-06-12 20:46:36 UTC

  FreeBSD src repository

  Modified files:
    sys/net              flowtable.h 
    sys/netinet          ip_input.c ip_output.c 
  Log:
  SVN rev 194076 on 2009-06-12 20:46:36Z by bz
  
  Move the kernel option FLOWTABLE chacking from the header file to the
  actual implementation.
  Remove the accessor functions for the compiled out case, just returning
  "unavail" values. Remove the kernel conditional from the header file as
  it is no longer needed, only leaving the externs.
  Hide the improperly virtualized SYSCTL/TUNABLE for the flowtable size
  under the kernel option as well.
  
  Reviewed by:    rwatson
  
  Revision  Changes    Path
  1.6       +0 -17     src/sys/net/flowtable.h
  1.363     +6 -1      src/sys/netinet/ip_input.c
  1.310     +2 -0      src/sys/netinet/ip_output.c



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