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