mbox series

[net,v3,0/2] rtnetlink: allow to enslave with one msg an up interface

Message ID 20240104164300.3870209-1-nicolas.dichtel@6wind.com (mailing list archive)
Headers show
Series rtnetlink: allow to enslave with one msg an up interface | expand

Message

Nicolas Dichtel Jan. 4, 2024, 4:42 p.m. UTC
The first patch fixes a regression introduced in linux v6.1. The second
patch adds some tests to verify this API.

v2 -> v3:
 - reword a failure message in patch #2

v1 -> v2:
 - add the #2 patch

 net/core/rtnetlink.c                     |  8 +++++++
 tools/testing/selftests/net/rtnetlink.sh | 39 ++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

Regards,
Nicolas