Re: [PATCH] net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATE

From: David Miller
Date: Mon Mar 04 2019 - 00:05:31 EST


From: fruggeri@xxxxxxxxxx (Francesco Ruggeri)
Date: Fri, 01 Mar 2019 15:31:03 -0800

> By default IPv6 socket with IPV6_ROUTER_ALERT socket option set will
> receive all IPv6 RA packets from all namespaces.
> IPV6_ROUTER_ALERT_ISOLATE socket option restricts packets received by
> the socket to be only from the socket's namespace.
>
> Signed-off-by: Maxim Martynov <maxim@xxxxxxxxxx>
> Signed-off-by: Francesco Ruggeri <fruggeri@xxxxxxxxxx>

Applied to net-next, thanks.