Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
Module Name: src
Committed By: ozaki-r
Date: Mon Dec 16 05:20:31 UTC 2024
Modified Files:
src/sys/net: if_bridge.c
Log Message:
bridge: remove redundant IFF_RUNNING check
It has been done in bridge_input, so doing in bridge_forward is
redundant and yet racy.
Also it fixes a possible mbuf leak.
To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 src/sys/net/if_bridge.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index