netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2-next 0/2] iprule: Add DSCP support
@ 2024-10-09  6:20 Ido Schimmel
  2024-10-09  6:20 ` [PATCH iproute2-next 1/2] man: Add ip-rule(8) as generation target Ido Schimmel
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Ido Schimmel @ 2024-10-09  6:20 UTC (permalink / raw)
  To: netdev; +Cc: dsahern, stephen, gnault, petrm, Ido Schimmel

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


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

end of thread, other threads:[~2024-10-11  0:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-09  6:20 [PATCH iproute2-next 0/2] iprule: Add DSCP support Ido Schimmel
2024-10-09  6:20 ` [PATCH iproute2-next 1/2] man: Add ip-rule(8) as generation target Ido Schimmel
2024-10-10 11:59   ` Daniel Machon
2024-10-10 22:14   ` Guillaume Nault
2024-10-09  6:20 ` [PATCH iproute2-next 2/2] iprule: Add DSCP support Ido Schimmel
2024-10-10 12:00   ` Daniel Machon
2024-10-10 22:14   ` Guillaume Nault
2024-10-11  0:30 ` [PATCH iproute2-next 0/2] " patchwork-bot+netdevbpf

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