Re: [PATCH net-next] selftests: rtnetlink: add a small macsec test case

2017-10-12 Thread David Miller
From: Florian Westphal Date: Thu, 12 Oct 2017 11:11:22 +0200 > Signed-off-by: Florian Westphal Applied.

Re: [PATCH net-next] selftests: rtnetlink: add a small macsec test case

2017-10-12 Thread Florian Westphal
Sabrina Dubroca wrote: > 2017-10-12, 11:11:22 +0200, Florian Westphal wrote: > > Signed-off-by: Florian Westphal > > Reviewed-by: Sabrina Dubroca Thanks for reviewing. > Just a small detail: the "ip macsec" commands actually use genetlink > and not rtnetlink. Right, but it implements rtnl li

Re: [PATCH net-next] selftests: rtnetlink: add a small macsec test case

2017-10-12 Thread Sabrina Dubroca
2017-10-12, 11:11:22 +0200, Florian Westphal wrote: > Signed-off-by: Florian Westphal Reviewed-by: Sabrina Dubroca Just a small detail: the "ip macsec" commands actually use genetlink and not rtnetlink. -- Sabrina

[PATCH net-next] selftests: rtnetlink: add a small macsec test case

2017-10-12 Thread Florian Westphal
Signed-off-by: Florian Westphal --- tools/testing/selftests/net/rtnetlink.sh | 42 1 file changed, 42 insertions(+) diff --git a/tools/testing/selftests/net/rtnetlink.sh b/tools/testing/selftests/net/rtnetlink.sh index a8a8cdf726b2..5215493166c9 100755 --- a/too