cvs commit: src/sys/net bridge.c
Bruce M Simpson
bms at FreeBSD.org
Sun Jul 4 08:53:29 PDT 2004
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
More information about the cvs-src
mailing list