summaryrefslogtreecommitdiff
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
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.
-rw-r--r--NEWS2
-rw-r--r--src/xlat/sock_ip_options.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 643453318..90ec919c8 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ Noteworthy changes in release ?.? (????-??-??)
* Implemented decoding of IFLA_BRPORT_MCAST_N_GROUPS,
IFLA_BRPORT_MCAST_MAX_GROUPS, IFLA_GSO_IPV4_MAX_SIZE,
and IFLA_GRO_IPV4_MAX_SIZE netlink attributes.
- * Updated lists of F_SEAL_* and IFLA_* constants.
+ * Updated lists of F_SEAL_*, IFLA_*, and IP_* constants.
* Updated lists of ioctl commands from Linux 6.3.
Noteworthy changes in release 6.2 (2023-02-26)
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