mbox series

[iproute2-next,0/2] Implement action terse dump

Message ID 20201130193250.81308-1-vlad@buslov.dev
Headers show
Series Implement action terse dump | expand

Message

Vlad Buslov Nov. 30, 2020, 7:32 p.m. UTC
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(-)

Comments

David Ahern Dec. 3, 2020, 3:50 a.m. UTC | #1
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,