All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v1] netns_netlink: Ensure tuntap is enabled in kernel
@ 2021-11-03 10:02 Bogdan Lezhepekov via ltp
  2021-11-04 13:26 ` Cyril Hrubis
  2021-11-04 14:10 ` Cyril Hrubis
  0 siblings, 2 replies; 6+ messages in thread
From: Bogdan Lezhepekov via ltp @ 2021-11-03 10:02 UTC (permalink / raw)
  To: ltp

---
 testcases/kernel/containers/netns/netns_netlink.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testcases/kernel/containers/netns/netns_netlink.c b/testcases/kernel/containers/netns/netns_netlink.c
index ddd8ce910..f9ae255f5 100644
--- a/testcases/kernel/containers/netns/netns_netlink.c
+++ b/testcases/kernel/containers/netns/netns_netlink.c
@@ -120,6 +120,7 @@ static struct tst_test test = {
 	.forks_child = 1,
 	.needs_kconfigs = (const char *[]) {
 		"CONFIG_NET_NS=y",
+		"CONFIG_TUN=y",
 		NULL
 	},
 };
-- 
2.33.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

end of thread, other threads:[~2021-11-04 15:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-03 10:02 [LTP] [PATCH v1] netns_netlink: Ensure tuntap is enabled in kernel Bogdan Lezhepekov via ltp
2021-11-04 13:26 ` Cyril Hrubis
2021-11-04 13:51   ` Bogdan Lezhepekov via ltp
2021-11-04 13:58     ` Cyril Hrubis
2021-11-04 14:10 ` Cyril Hrubis
2021-11-04 15:46   ` Bogdan Lezhepekov via ltp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.