Re: [PATCH net] ipv6: weaken the v4mapped source check

2021-03-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 17 Mar 2021 09:55:15 -0700 you wrote: > This reverts commit 6af1799aaf3f1bc8defedddfa00df3192445bbf3. > > Commit 6af1799aaf3f ("ipv6: drop incoming packets having a v4mapped > source address") introduced an input check

Re: [PATCH net] ipv6: weaken the v4mapped source check

2021-03-17 Thread Mat Martineau
On Wed, 17 Mar 2021, Jakub Kicinski wrote: This reverts commit 6af1799aaf3f1bc8defedddfa00df3192445bbf3. Commit 6af1799aaf3f ("ipv6: drop incoming packets having a v4mapped source address") introduced an input check against v4mapped addresses. Use of such addresses on the wire is indeed quest

[PATCH net] ipv6: weaken the v4mapped source check

2021-03-17 Thread Jakub Kicinski
This reverts commit 6af1799aaf3f1bc8defedddfa00df3192445bbf3. Commit 6af1799aaf3f ("ipv6: drop incoming packets having a v4mapped source address") introduced an input check against v4mapped addresses. Use of such addresses on the wire is indeed questionable and not allowed on public Internet. As t