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:           Tue Sep  3 07:59:48 UTC 2024

Modified Files:
        src/sys/net: if_bridge.c if_bridgevar.h

Log Message:
bridge: implement interface protection

It enables a feature similar to "protected-port" or "isolation" in some
router products by marking member interfaces protected; when a frame
arrives on a protected interface and is being forwarded to another
protected interface, the frame will be discarded.

The code is developed by the SEIL team at IIJ.


To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 src/sys/net/if_bridge.c
cvs rdiff -u -r1.38 -r1.39 src/sys/net/if_bridgevar.h

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