Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jul 2004 15:53:28 +0000 (UTC)
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net bridge.c
Message-ID:  <200407041553.i64FrSsi048772@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bms         2004-07-04 15:53:28 UTC

  FreeBSD src repository

  Modified files:
    sys/net              bridge.c 
  Log:
  The net.link.ether.bridge.enable sysctl MIB variable enables bridge
  functionality by setting to a non-zero value. This is an integer, but
  is treated as a boolean by the code, so clamp it to a boolean value
  when set so as to avoid unnecessary bridge reinitialization if it's
  changed to another value.
  
  PR:             kern/61174
  Requested by:   Bruce Cran
  
  Revision  Changes    Path
  1.80      +1 -0      src/sys/net/bridge.c



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