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..

Re: ICMPv6 sockets

2015-12-12 Thread Jesse White
On 12/12/2015 08:26 PM, Eric Dumazet wrote: > But there is IPv6 support already, this was added in linux-3.11 by > Lorenzo Colitti. Thanks for the info, found it in 6d0bfe22611602f36617bc7aa2ffa1bbb2f54c67. -Jesse -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body o

Re: ICMPv6 sockets

2015-12-12 Thread Eric Dumazet
On Sat, 2015-12-12 at 11:02 -0500, Jesse White wrote: > Hi all, > > Support for IPPROTO_ICMP socket binds was added in commit > c319b4d76b9e583a5d88d6bf190e079c4e43213d > which allow for process to send ICMP_ECHO messages (and receive the > corresponding ICMP_ECHOREPLY messages) > without any spec

ICMPv6 sockets

2015-12-12 Thread Jesse White
Hi all, Support for IPPROTO_ICMP socket binds was added in commit c319b4d76b9e583a5d88d6bf190e079c4e43213d which allow for process to send ICMP_ECHO messages (and receive the corresponding ICMP_ECHOREPLY messages) without any special privileges. There doesn't appear to be any similar functional