summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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