On Wed, 24 Feb 2016 00:55:55 -0800, John Fastabend wrote: > The flags however likely stays with with TCA_U32_FLAGS until there is > some better way to group common attributes in 'tc' framework.
That's pretty bad, as this is uAPI and will need to be supported forever. And having a different attribute in every filter won't ease things for user space tools. I'd say we need the "better way" to be added before this patchset. Jiri