On Wed, Mar 30, 2016 at 6:37 PM, Soheil Hassas Yeganeh <soheil.k...@gmail.com> wrote: > From: Soheil Hassas Yeganeh <soh...@google.com> > > Process socket-level control messages by invoking > __sock_cmsg_send in ip_cmsg_send for control messages on > the SOL_SOCKET layer. > > This makes sure whenever ip_cmsg_send is called in udp, icmp, > and raw, we also process socket-level control messages. > > Note that this commit interprets new control messages that > were ignored before. As such, this commit does not change > the behavior of IPv4 control messages. > > Signed-off-by: Soheil Hassas Yeganeh <soh...@google.com>
Acked-by: Willem de Bruijn <will...@google.com>