diff options
| author | Wei Yongjun <[email protected]> | 2008-08-04 04:15:59 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2008-08-04 04:15:59 +0000 |
| commit | 283d07ac201ee9f8aa6dc6f7519436b48760baff (patch) | |
| tree | 73587f8b3a2ad3c2f7b5eb188edbd63577c7f638 /scripts/patch-kernel | |
| parent | sctp: Drop ipfargok in sctp_xmit function (diff) | |
| download | kernel-283d07ac201ee9f8aa6dc6f7519436b48760baff.tar.gz kernel-283d07ac201ee9f8aa6dc6f7519436b48760baff.zip | |
ipv6: Do not drop packet if skb->local_df is set to true
The old code will drop IPv6 packet if ipfragok is not set, since
ipfragok is obsoleted, will be instead by used skb->local_df, so this
check must be changed to skb->local_df.
This patch fix this problem and not drop packet if skb->local_df is
set to true.
Signed-off-by: Wei Yongjun <[email protected]>
Acked-by: Herbert Xu <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
