]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r316716:
authorae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 Apr 2017 09:22:06 +0000 (09:22 +0000)
committerae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 Apr 2017 09:22:06 +0000 (09:22 +0000)
commitd3ea97bd8cc2786141526e1a1fb1857837ddca7e
tree6a1107727915a354e5e2a18d7c854363abac0b06
parent50d20d29dd13871c642988e3b5377dab816a6fd3
MFC r316716:
  Inherit IPv6 checksum offloading flags to vlan interfaces.

  if_vlan(4) interfaces inherit IPv4 checksum offloading flags from the
  parent when VLAN_HWCSUM and VLAN_HWTAGGING flags are present on the
  parent interface. Do the same for IPv6 checksum offloading flags.

  Reported by: Harry Schmalzbauer
  Reviewed by: np, gnn
  Differential Revision: https://reviews.freebsd.org/D10356

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