On Thu, 30 May 2019 16:43:20 +0000 Kevin 'ldir' Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> wrote:
> diff --git a/include/uapi/linux/pkt_cls.h b/include/uapi/linux/pkt_cls.h > index 51a0496f..b0c6a49a 100644 > --- a/include/uapi/linux/pkt_cls.h > +++ b/include/uapi/linux/pkt_cls.h > @@ -105,7 +105,8 @@ enum tca_id { > TCA_ID_IFE = TCA_ACT_IFE, > TCA_ID_SAMPLE = TCA_ACT_SAMPLE, > /* other actions go here */ > - __TCA_ID_MAX = 255 > + TCA_ID_CTINFO, > + __TCA_ID_MAX=255 > }; This version of the file does not match upstream (the whitespace is different).