CVSROOT: /cvs Module name: src Changes by: henn...@cvs.openbsd.org 2012/09/19 09:29:53
Modified files: sys/net : if.h if_vlan.c Log message: defina an IFCAP_CSUM_MASK, covering IFCAP_CSUM_*, and use it in if_vlan.c to replace the list of them. this actually makes vlan inherit the IPv6 CSUM flags from it's parent, that had been commented out since this code was committed back in 2001. ok benno mpf