]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Add missing IPV6 sockopts
authorHelge Deller <deller@gmx.de>
Sun, 10 Mar 2019 11:12:16 +0000 (12:12 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 9 May 2019 15:27:38 +0000 (17:27 +0200)
commitb9cce6d756043c92de1c29f73fc744cd3f81ede9
tree4199fd1a15dab3de20d4502a95d30ebb7fdcd7ea
parent68a7b9724fe80bedb85060bde605213ce3f9baec
linux-user: Add missing IPV6 sockopts

When running ssh over IPv6 with linux-user I faced this warning:
 Unsupported setsockopt level=41 optname=67
 setsockopt IPV6_TCLASS 32: Protocol not available:

This patch adds code to the linux-user emulatation for setting and
retrieving of a few missing IPV6 options, including IPV6_TCLASS.

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/syscall.c