[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241009062054.526485-1-idosch@nvidia.com>
Date: Wed, 9 Oct 2024 09:20:52 +0300
From: Ido Schimmel <idosch@...dia.com>
To: <netdev@...r.kernel.org>
CC: <dsahern@...il.com>, <stephen@...workplumber.org>, <gnault@...hat.com>,
<petrm@...dia.com>, Ido Schimmel <idosch@...dia.com>
Subject: [PATCH iproute2-next 0/2] iprule: Add DSCP support
Add DSCP selector support to ip-rule following kernel support that was
added in kernel commit 7bb50f30c123 ("Merge branch
'net-fib_rules-add-dscp-selector-support'").
Patch #1 adds ip-rule(8) as generation target so that we could use
variable substitutions there in a similar fashion to other man pages.
Patch #2 adds actual support. See the commit message for example usage
and output.
Ido Schimmel (2):
man: Add ip-rule(8) as generation target
iprule: Add DSCP support
include/rt_names.h | 2 ++
ip/iprule.c | 36 ++++++++++++++++++++++++++++
lib/rt_names.c | 23 ++++++++++++++++++
man/man8/.gitignore | 1 +
man/man8/Makefile | 2 +-
man/man8/{ip-rule.8 => ip-rule.8.in} | 17 +++++++++++++
6 files changed, 80 insertions(+), 1 deletion(-)
rename man/man8/{ip-rule.8 => ip-rule.8.in} (93%)
--
2.46.2
Powered by blists - more mailing lists