]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r269054:
authorhrs <hrs@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 9 Oct 2014 23:29:44 +0000 (23:29 +0000)
committerhrs <hrs@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 9 Oct 2014 23:29:44 +0000 (23:29 +0000)
commit2ba5413f7793d10c06891b3733feeceecf03be87
tree571002a4da0d9d39e89399af7d77473e994d866d
parent40e67ca39ceb69f96d9d74f3a8cc3a8c43c523ec
MFC r269054:

  Fix EtherIP.  TOS field must be initialized when the inner protocol is
  PF_LINK, and multicast/broadcast flag should always be dropped because
  the outer protocol uses unicast even when the inner address is not for
  unicast.  It had been broken since r236951 when gif_output() started to
  use IFQ_HANDOFF().

git-svn-id: svn://svn.freebsd.org/base/stable/10@272859 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/in_gif.c
sys/netinet6/in6_gif.c