K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2014-05-06T02:49:31.249529Z K 7 svn:log V 319 MFC: r264517 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. END