Re: [PATCH net] dccp: do not use ipv6 header for ipv4 flow

2019-03-19 Thread David Miller
From: Eric Dumazet Date: Tue, 19 Mar 2019 05:46:18 -0700 > When a dual stack dccp listener accepts an ipv4 flow, > it should not attempt to use an ipv6 header or > inet6_iif() helper. > > Fixes: 3df80d9320bc ("[DCCP]: Introduce DCCPv6") > Signed-off-by: Eric Dumazet Applied and queued up for -

[PATCH net] dccp: do not use ipv6 header for ipv4 flow

2019-03-19 Thread Eric Dumazet
When a dual stack dccp listener accepts an ipv4 flow, it should not attempt to use an ipv6 header or inet6_iif() helper. Fixes: 3df80d9320bc ("[DCCP]: Introduce DCCPv6") Signed-off-by: Eric Dumazet --- net/dccp/ipv6.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/dc