From 3fb69aa1d127585fe9626c3d777a8ce2fc01a36d Mon Sep 17 00:00:00 2001 From: Anton Ivanov Date: Fri, 20 Jun 2014 10:34:41 +0100 Subject: net: L2TPv3 transport This transport allows to connect a QEMU nic to a static Ethernet over L2TPv3 tunnel. The transport supports all options present in the Linux kernel implementation. It allows QEMU to connect to any Linux host running kernel 3.3+, most routers and network devices as well as other QEMU instances. [Fixed up net_client_init1() switch statement to support -netdev --Stefan] Signed-off-by: Anton Ivanov Signed-off-by: Stefan Hajnoczi --- net/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'net/Makefile.objs') diff --git a/net/Makefile.objs b/net/Makefile.objs index 301f6b6b51..a06ba59dad 100644 --- a/net/Makefile.objs +++ b/net/Makefile.objs @@ -2,6 +2,7 @@ common-obj-y = net.o queue.o checksum.o util.o hub.o common-obj-y += socket.o common-obj-y += dump.o common-obj-y += eth.o +common-obj-$(CONFIG_LINUX) += l2tpv3.o common-obj-$(CONFIG_POSIX) += tap.o vhost-user.o common-obj-$(CONFIG_LINUX) += tap-linux.o common-obj-$(CONFIG_WIN32) += tap-win32.o -- cgit v1.2.3