K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2014-04-15T21:48:35.682217Z K 7 svn:log V 347 Vlan did not set the value of if_hw_tsomax, so when vlan was stacked on top of a network interface that set if_hw_tsomax, tcp_output() would see the default value instead of the value set by the network interface. This patch modifies vlan so that it sets if_hw_tsomax to the value of the parent interface. Reviewed by: glebius MFC after: 2 weeks END