]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: cancel to setting local_df in ip6_xmit()
authorShan Wei <shanwei@cn.fujitsu.com>
Thu, 15 Apr 2010 16:39:14 +0000 (16:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Apr 2010 06:36:37 +0000 (23:36 -0700)
commit889382104185f9fbb9e7cbb8f26e14ea40a1c14f
tree09e1665e1f5e6d740e673d66696018d98303c749
parent298719dd4760873f28243fbcb603d1d596cad1a1
ipv6: cancel to setting local_df in ip6_xmit()

commit f88037(sctp: Drop ipfargok in sctp_xmit function)
has droped ipfragok and set local_df value properly.

So the change of commit 77e2f1(ipv6: Fix ip6_xmit to
send fragments if ipfragok is true) is not needed.
So the patch remove them.

Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_output.c