CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2021/06/01 18:40:51
Modified files: sys/net : if_bridge.c Log message: use ipv4_check and ipv6_check provided by the network stacks. this removes the duplication of the check code, and lets the v6 code in particular pick up a lot more sanity checks around valid addresses on the wire. ok bluhm@ sashan@