mbox series

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

Message ID 20240103094846.2397083-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. 3, 2024, 9:48 a.m. UTC
The first patch fixes a regression introduced in linux v6.1. The second
patch adds some tests to verify this API.

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