mbox series

[iproute2-next,0/2] iprule: Add DSCP support

Message ID 20241009062054.526485-1-idosch@nvidia.com (mailing list archive)
Headers show
Series iprule: Add DSCP support | expand

Message

Ido Schimmel Oct. 9, 2024, 6:20 a.m. UTC
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%)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 11, 2024, 12:30 a.m. UTC | #1
Hello:

This series was applied to iproute2/iproute2-next.git (main)
by David Ahern <dsahern@kernel.org>:

On Wed, 9 Oct 2024 09:20:52 +0300 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [iproute2-next,1/2] man: Add ip-rule(8) as generation target
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=8ef80bcbbd21
  - [iproute2-next,2/2] iprule: Add DSCP support
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=75e760026c4d

You are awesome, thank you!