netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2-next v2 0/5] iprule: Add mask support for L4 ports and DSCP
@ 2025-02-25  9:09 Ido Schimmel
  2025-02-25  9:09 ` [PATCH iproute2-next v2 1/5] Sync uAPI headers Ido Schimmel
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Ido Schimmel @ 2025-02-25  9:09 UTC (permalink / raw)
  To: netdev; +Cc: stephen, dsahern, gnault, petrm, Ido Schimmel

Add mask support for L4 ports and DSCP in ip-rule following kernel
commit a60a27c7849f ("Merge branch 'net-fib_rules-add-port-mask-support'")
and commit 27422c373897 ("Merge branch 'net-fib_rules-add-dscp-mask-support'").

Patches #1-#3 are preparations.

Patches #4 and #5 add mask support for L4 ports and DSCP, respectively.
See the commit messages for example usage and output.

v2:

* Patch #4: Do not duplicate port parsing in iprule_port_parse().
* Patch #4: s/supports/Supports/ in man page.

Ido Schimmel (5):
  Sync uAPI headers
  iprule: Move port parsing to a function
  iprule: Allow specifying ports in hexadecimal notation
  iprule: Add port mask support
  iprule: Add DSCP mask support

 include/uapi/linux/fib_rules.h |   3 +
 ip/iprule.c                    | 216 ++++++++++++++++++++++++---------
 man/man8/ip-rule.8.in          |  23 ++--
 3 files changed, 178 insertions(+), 64 deletions(-)

-- 
2.48.1


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

end of thread, other threads:[~2025-02-28 16:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-25  9:09 [PATCH iproute2-next v2 0/5] iprule: Add mask support for L4 ports and DSCP Ido Schimmel
2025-02-25  9:09 ` [PATCH iproute2-next v2 1/5] Sync uAPI headers Ido Schimmel
2025-02-25  9:09 ` [PATCH iproute2-next v2 2/5] iprule: Move port parsing to a function Ido Schimmel
2025-02-25  9:09 ` [PATCH iproute2-next v2 3/5] iprule: Allow specifying ports in hexadecimal notation Ido Schimmel
2025-02-25  9:09 ` [PATCH iproute2-next v2 4/5] iprule: Add port mask support Ido Schimmel
2025-02-25  9:58   ` Petr Machata
2025-02-25  9:09 ` [PATCH iproute2-next v2 5/5] iprule: Add DSCP " Ido Schimmel
2025-02-26 15:18 ` [PATCH iproute2-next v2 0/5] iprule: Add mask support for L4 ports and DSCP Guillaume Nault
2025-02-28 16:24   ` David Ahern

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