summaryrefslogtreecommitdiff
path: root/src/xlat/sock_ip_options.in
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2023-04-20 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2023-04-28 08:00:00 +0000
commitf1c10e1b6ce7c670916a91c023af9de41c1d8a50 (patch)
treeae6fdef18728b69c13622224c3cd59f6d0ec770b /src/xlat/sock_ip_options.in
parent58de1e5c664cb465ae2e1a1a3121a56d93cb71e8 (diff)
downloadstrace-f1c10e1b6ce7c670916a91c023af9de41c1d8a50.tar.gz
xlat: update IP_* constants
* src/xlat/sock_ip_options.in (IP_LOCAL_PORT_RANGE): New constant introduced by Linux kernel commit v6.3-rc1~162^2~206^2~1. * NEWS: Mention this.
Diffstat (limited to 'src/xlat/sock_ip_options.in')
-rw-r--r--src/xlat/sock_ip_options.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xlat/sock_ip_options.in b/src/xlat/sock_ip_options.in
index eda3c2567..d112edeef 100644
--- a/src/xlat/sock_ip_options.in
+++ b/src/xlat/sock_ip_options.in
@@ -44,3 +44,4 @@ MCAST_LEAVE_SOURCE_GROUP 47
MCAST_MSFILTER 48
IP_MULTICAST_ALL 49
IP_UNICAST_IF 50
+IP_LOCAL_PORT_RANGE 51