CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2021/06/01 18:20:50
Modified files: sys/netinet6 : in6.h ip6_input.c Log message: factor out the code that does sanity checks on ipv6 headers and addresses. this will allow these checks to be reused for ip packet inspection in bridge, veb, and tpmr. ok bluhm@ sashan@