Re: [PATCH net-next] ip: support SO_MARK cmsg

2019-09-13 Thread David Miller
From: Willem de Bruijn Date: Wed, 11 Sep 2019 15:50:51 -0400 > From: Willem de Bruijn > > Enable setting skb->mark for UDP and RAW sockets using cmsg. > > This is analogous to existing support for TOS, TTL, txtime, etc. > > Packet sockets already support this as of commit c7d39e32632e > ("pac

[PATCH net-next] ip: support SO_MARK cmsg

2019-09-11 Thread Willem de Bruijn
From: Willem de Bruijn Enable setting skb->mark for UDP and RAW sockets using cmsg. This is analogous to existing support for TOS, TTL, txtime, etc. Packet sockets already support this as of commit c7d39e32632e ("packet: support per-packet fwmark for af_packet sendmsg"). Similar to other field