diff options
| author | Hannes Frederic Sowa <hannes@stressinduktion.org> | 2014-03-06 03:11:07 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2014-03-06 13:15:52 -0500 |
| commit | e90c14835ba2e1d3f82b8f24e429b971725afff5 (patch) | |
| tree | 8489a55cd610ae47c6db072afa9b34f86f359d71 /include/net/dst.h | |
| parent | e08f53f569ca1f7e9fc5b637907e9979d940dc98 (diff) | |
inet: remove now unused flag DST_NOPEER
Commit e688a604807647 ("net: introduce DST_NOPEER dst flag") introduced
DST_NOPEER because because of crashes in ipv6_select_ident called from
udp6_ufo_fragment.
Since commit 916e4cf46d0204 ("ipv6: reuse ip6_frag_id from
ip6_ufo_append_data") we don't call ipv6_select_ident any more from
ip6_ufo_append_data, thus this flag lost its purpose and can be removed.
Cc: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/dst.h')
| -rw-r--r-- | include/net/dst.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/net/dst.h b/include/net/dst.h index 77eb53fabfb0..e01a826f2a9c 100644 --- a/include/net/dst.h +++ b/include/net/dst.h | |||
| @@ -54,10 +54,9 @@ struct dst_entry { | |||
| 54 | #define DST_NOHASH 0x0008 | 54 | #define DST_NOHASH 0x0008 |
| 55 | #define DST_NOCACHE 0x0010 | 55 | #define DST_NOCACHE 0x0010 |
| 56 | #define DST_NOCOUNT 0x0020 | 56 | #define DST_NOCOUNT 0x0020 |
| 57 | #define DST_NOPEER 0x0040 | 57 | #define DST_FAKE_RTABLE 0x0040 |
| 58 | #define DST_FAKE_RTABLE 0x0080 | 58 | #define DST_XFRM_TUNNEL 0x0080 |
| 59 | #define DST_XFRM_TUNNEL 0x0100 | 59 | #define DST_XFRM_QUEUE 0x0100 |
| 60 | #define DST_XFRM_QUEUE 0x0200 | ||
| 61 | 60 | ||
| 62 | unsigned short pending_confirm; | 61 | unsigned short pending_confirm; |
| 63 | 62 | ||
