summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-09-06 08:00:00 +0000
committerDmitry V. Levin <ldv@altlinux.org>2020-09-06 08:00:00 +0000
commit330758b88cd4dfc96b382b873b93c3445cfa046c (patch)
tree29406d7d21fa352cc569c0dd5b90b893215804d8
parent95fbea48b1ddd6a6c059ad0d3572ddb8d14366db (diff)
downloadstrace-330758b88cd4dfc96b382b873b93c3445cfa046c.tar.gz
xlat: update IP_* constants
* xlat/sock_ip_options.in (IP_RECVERR_RFC4884): New constant introduced by Linux kernel commit v5.9-rc1~133^2~200. * NEWS: Mention this change.
-rw-r--r--NEWS2
-rw-r--r--xlat/sock_ip_options.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 526bfa000..474956cd7 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Noteworthy changes in release ?.? (????-??-??)
* Added -n/--syscall-number option for printing syscall numbers.
* Added --pidns-translation option for PID namespace translation.
* Implemented decoding of close_range syscall.
- * Updated lists of BPF_*, CAP_*, and FAN_* constants.
+ * Updated lists of BPF_*, CAP_*, FAN_*, and IP_* constants.
* Bug fixes
diff --git a/xlat/sock_ip_options.in b/xlat/sock_ip_options.in
index 51ed1343c..d9a60d389 100644
--- a/xlat/sock_ip_options.in
+++ b/xlat/sock_ip_options.in
@@ -35,6 +35,7 @@ IP_NODEFRAG
IP_CHECKSUM
IP_BIND_ADDRESS_NO_PORT
IP_RECVFRAGSIZE
+IP_RECVERR_RFC4884
IP_UNBLOCK_SOURCE
IP_BLOCK_SOURCE
IP_ADD_SOURCE_MEMBERSHIP