mbox series

[iproute2,0/3] tc: parse index argument correctly

Message ID 20230224181130.187328-1-pctammela@mojatatu.com (mailing list archive)
Headers show
Series tc: parse index argument correctly | expand

Message

Pedro Tammela Feb. 24, 2023, 6:11 p.m. UTC
Following the kernel side series, we fix the iproute2 side to parse the
index argument correctly.
It's valid in the TC architecture to pass to create a filter that
references an action object:
"tc filter ... action csum index 1"

Pedro Tammela (3):
  tc: m_csum: parse index argument correctly
  tc: m_mpls: parse index argument correctly
  tc: m_nat: parse index argument correctly

 tc/m_csum.c | 5 ++++-
 tc/m_mpls.c | 4 ++++
 tc/m_nat.c  | 5 ++++-
 3 files changed, 12 insertions(+), 2 deletions(-)