Re: [PATCH iproute2-next v2] tc: add support for action act_ctinfo

2019-06-10 Thread Kevin 'ldir' Darbyshire-Bryant
> On 10 Jun 2019, at 18:33, David Ahern wrote: > > On 6/4/19 7:52 AM, Kevin Darbyshire-Bryant wrote: >> ctinfo is a tc action restoring data stored in conntrack marks to >> >> create mode 100644 include/uapi/linux/tc_act/tc_ctinfo.h >> create mode 100644 man/man8/tc-ctinfo.8 >> create mode 10

Re: [PATCH iproute2-next v2] tc: add support for action act_ctinfo

2019-06-10 Thread David Ahern
On 6/4/19 7:52 AM, Kevin Darbyshire-Bryant wrote: > ctinfo is a tc action restoring data stored in conntrack marks to > various fields. At present it has two independent modes of operation, > restoration of DSCP into IPv4/v6 diffserv and restoration of conntrack > marks into packet skb marks. > >