From: Dmitry V. Levin Date: Tue, 21 May 2019 21:26:52 +0000 (+0000) Subject: xlat: update IPV6_* constants X-Git-Tag: v5.1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fc709f94cb5cd1288424807e1f3e5337d0d69bf;p=strace xlat: update IPV6_* constants * xlat/sock_ipv6_options.in (IPV6_MULTICAST_ALL): New constant introduced by Linux kernel commit v4.20-rc1~14^2~384. (IPV6_ROUTER_ALERT_ISOLATE): New constant introduced by Linux kernel commit v5.1-rc1~178^2~22. * NEWS: Mention this. --- diff --git a/NEWS b/NEWS index f8e59ca3..667571f6 100644 --- a/NEWS +++ b/NEWS @@ -28,7 +28,7 @@ Noteworthy changes in release ?.? (????-??-??) and xtensa. * Wired up direct ipc syscalls on m68k, mips o32, powerpc, powerpc64, s390, s390x, sh, sparc, sparc64, and x86. - * Updated lists of BPF_*, FAN_*, F_SEAL_*, NT_*, PR_SPEC_*, SO_*, + * Updated lists of BPF_*, FAN_*, F_SEAL_*, IPV6_*, NT_*, PR_SPEC_*, SO_*, and V4L2_* constants. * Updated lists of ioctl commands from Linux 5.1. diff --git a/xlat/sock_ipv6_options.in b/xlat/sock_ipv6_options.in index 4f23d197..97fcbbfa 100644 --- a/xlat/sock_ipv6_options.in +++ b/xlat/sock_ipv6_options.in @@ -22,6 +22,8 @@ IPV6_RECVERR IPV6_V6ONLY IPV6_JOIN_ANYCAST IPV6_LEAVE_ANYCAST +IPV6_MULTICAST_ALL +IPV6_ROUTER_ALERT_ISOLATE IPV6_FLOWLABEL_MGR IPV6_FLOWINFO_SEND IPV6_IPSEC_POLICY