]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r264517
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 6 May 2014 02:49:31 +0000 (02:49 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 6 May 2014 02:49:31 +0000 (02:49 +0000)
commit9a984782c5b5afb8b62683d6dd908c5a8298d6b5
tree42f13be9506ef2efc88074e5eee8bde8577ed712
parent393a4e5fcc5241f6958519115c3b49d029fddd90
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@265413 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/net/if_vlan.c