From 6c76cbe64514d4b7025428903501f87ab023f653 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 3 Feb 2018 00:19:17 +0000 Subject: [PATCH] xlat: update IPV6_* constants * xlat/sockipv6options.in: Add IPV6_FREEBIND introduced by linux kernel commit v4.15-rc1~84^2~601. * NEWS: Mention this. --- NEWS | 2 +- xlat/sockipv6options.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 556390a8..72998b4f 100644 --- a/NEWS +++ b/NEWS @@ -25,7 +25,7 @@ Noteworthy changes in release ?.?? (????-??-??) of mq_getsetattr, mq_notify, mq_timedreceive, and mq_timedsend syscalls as file descriptors. * Added decoding of get_tls syscall on arm. - * Updated lists of MAP_*, MSG_*, NT_*, and SHM_* constants. + * Updated lists of IPV6_*, MAP_*, MSG_*, NT_*, and SHM_* constants. * Added manual page for the strace-log-merge command. * Updated lists of ioctl commands from Linux 4.15. * Implemented biarch support for s390x. diff --git a/xlat/sockipv6options.in b/xlat/sockipv6options.in index 76b5e8b1..4f23d197 100644 --- a/xlat/sockipv6options.in +++ b/xlat/sockipv6options.in @@ -59,3 +59,4 @@ IPV6_RECVORIGDSTADDR IPV6_TRANSPARENT IPV6_UNICAST_IF IPV6_RECVFRAGSIZE +IPV6_FREEBIND -- 2.40.0