Re: [PATCH net-next] ipv6/ping: set skb->mark on icmpv6 sockets

2020-07-03 Thread David Miller
From: Willem de Bruijn Date: Fri, 3 Jul 2020 16:43:08 -0400 > From: Willem de Bruijn > > IPv6 ping sockets route based on fwmark, but do not yet set skb->mark. > Add this. IPv4 ping sockets also do both. > > Signed-off-by: Willem de Bruijn Applied, thank you.

[PATCH net-next] ipv6/ping: set skb->mark on icmpv6 sockets

2020-07-03 Thread Willem de Bruijn
From: Willem de Bruijn IPv6 ping sockets route based on fwmark, but do not yet set skb->mark. Add this. IPv4 ping sockets also do both. Signed-off-by: Willem de Bruijn --- net/ipv6/ping.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ipv6/ping.c b/net/ipv6/ping.c index 98ac32b49d8c..