Re: [PATCH] net: relax PKTINFO non local ipv6 udp xmit check
From: Maciej Żenczykowski <hidden>
Date: 2011-08-30 18:51:44
From: Maciej Żenczykowski <hidden>
Date: 2011-08-30 18:51:44
On Sun, Aug 28, 2011 at 6:06 PM, David Miller [off-list ref] wrote:
quoted
Allow transparent sockets to be less restrictive about the source ip of ipv6 udp packets being sent.Applied, thanks a lot.
FYI, I don't see this in either git repository: http://git.kernel.org/?p=linux/kernel/git/davem/net.git;a=shortlog http://git.kernel.org/?p=linux/kernel/git/davem/net-next.git;a=shortlog I'd expect it to have shown up in net-next by now. I'm also curious whether anyone knows of any good reason why transparent sockets require CAP_NET_ADMIN instead of CAP_NET_RAW (or either one of CAP_NET_{RAW|ADMIN}). Maciej