Up to [cvs.NetBSD.org] / src / tests / net / if_bridge
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Pull up following revision(s) (requested by ozaki-r in ticket #818): sys/net/if_bridgevar.h: revision 1.39 sbin/brconfig/brconfig.c: revision 1.18 tests/net/if_bridge/unicast.pcap.uue: revision 1.1 tests/net/if_bridge/t_bridge.sh: revision 1.20 sbin/brconfig/brconfig.8: revision 1.21 tests/net/if_bridge/t_bridge.sh: revision 1.21 sys/net/if_bridge.c: revision 1.194 tests/net/if_bridge/Makefile: revision 1.4 distrib/sets/lists/tests/mi: revision 1.1336 tests/net/if_bridge/broadcast.pcap.uue: revision 1.1 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. tests: dedup test scripts like others brconfig: add protect/-protect commands It marks/clears a specified interface "protected". tests, bridge: add tests for interface protection The original author of the test is k-goda@IIJ. ozaki-r improved the test slightly. distrib: install uuencoded pcap files for testing
file unicast.pcap.uue was added on branch netbsd-10 on 2024-09-05 09:27:12 +0000
tests, bridge: add tests for interface protection The original author of the test is k-goda@IIJ. ozaki-r improved the test slightly.