Le 23/07/2020 à 02:19, Shu-Chun Weng a écrit : > UDP: SOL_UDP manipulate options at UDP level. All six options currently > defined in linux source include/uapi/linux/udp.h take integer values. > > IPv6: IPV6_ADDR_PREFERENCES (RFC5014: Source address selection) was not > supported. > > Signed-off-by: Shu-Chun Weng <s...@google.com> > --- > linux-user/syscall.c | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-)
This might be really clearer if you split this patch in two: one to add SOL_UDP and one to add IPV6_ADDR_PREFERENCES. Also update do_print_sockopt() in linux-use/strace.c With that done, you can add my "Reviewed-by: Laurent Vivier <laur...@vivier.eu>" to both. Thanks, Laurent