netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2 0/3] tc: parse index argument correctly
@ 2023-02-24 18:11 Pedro Tammela
  2023-02-24 18:11 ` [PATCH iproute2 1/3] tc: m_csum: " Pedro Tammela
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Pedro Tammela @ 2023-02-24 18:11 UTC (permalink / raw)
  To: netdev; +Cc: Pedro Tammela

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(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-02-24 18:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-24 18:11 [PATCH iproute2 0/3] tc: parse index argument correctly Pedro Tammela
2023-02-24 18:11 ` [PATCH iproute2 1/3] tc: m_csum: " Pedro Tammela
2023-02-24 18:18   ` Stephen Hemminger
2023-02-24 18:11 ` [PATCH iproute2 2/3] tc: m_mpls: " Pedro Tammela
2023-02-24 18:11 ` [PATCH iproute2 3/3] tc: m_nat: " Pedro Tammela

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).