[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250225090917.499376-1-idosch@nvidia.com>
Date: Tue, 25 Feb 2025 11:09:12 +0200
From: Ido Schimmel <idosch@...dia.com>
To: <netdev@...r.kernel.org>
CC: <stephen@...workplumber.org>, <dsahern@...il.com>, <gnault@...hat.com>,
<petrm@...dia.com>, Ido Schimmel <idosch@...dia.com>
Subject: [PATCH iproute2-next v2 0/5] iprule: Add mask support for L4 ports and DSCP
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
Powered by blists - more mailing lists