Message ID | 20201130193250.81308-1-vlad@buslov.dev (mailing list archive) |
---|---|
Headers | show |
Series | Implement action terse dump | expand |
On 11/30/20 12:32 PM, Vlad Buslov wrote: > Refactor action flags according to recommended kernel upstream naming using > TCA_ACT_ prefix. Implement support for new action terse dump flag. > > Vlad Buslov (2): > tc: use TCA_ACT_ prefix for action flags > tc: implement support for action terse dump > > include/uapi/linux/rtnetlink.h | 12 +++++++----- > man/man8/tc.8 | 2 +- > tc/m_action.c | 13 +++++++++++-- > 3 files changed, 19 insertions(+), 8 deletions(-) > applied to iproute2-next. Thanks,