summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2022-01-08 08:04:00 +0000
committerDmitry V. Levin <ldv@strace.io>2022-01-08 08:04:00 +0000
commit6155f079fc13826a11c9e63cadbc8be422f56f20 (patch)
tree7ed4dd64f91d75b1a0b2fb0e7035522c8ff752ef
parentb37515c3fdfc140a9e435bcc58d30e53e66ab733 (diff)
downloadstrace-6155f079fc13826a11c9e63cadbc8be422f56f20.tar.gz
xlat: update IPV4_DEVCONF_* constants
* src/xlat/inet_devconf_indices.in (IPV4_DEVCONF_ARP_EVICT_NOCARRIER-1): New constant introduced by Linux kernel commit v5.16-rc1~159^2~3^2~2. * NEWS: Mention this change.
-rw-r--r--NEWS2
-rw-r--r--src/xlat/inet_devconf_indices.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1ac0bb557..256492e79 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ Noteworthy changes in release ?.?? (????-??-??)
* Enhanced decoding of BPF_MAP_CREATE, BPF_PROG_TEST_RUN, and BPF_PROG_LOAD
bpf syscall commands.
* Enhanced decoding of BTRFS_IOC_FS_INFO ioctl command.
- * Updated lists of AUDIT_*, BPF_*, BTRFS_*, FAN_*, ETH_P_*,
+ * Updated lists of AUDIT_*, BPF_*, BTRFS_*, FAN_*, ETH_P_*, IPV4_DEVCONF_*,
and SO_* constants.
* Updated lists of ioctl commands from Linux 5.16.
diff --git a/src/xlat/inet_devconf_indices.in b/src/xlat/inet_devconf_indices.in
index dd262370a..b511828d6 100644
--- a/src/xlat/inet_devconf_indices.in
+++ b/src/xlat/inet_devconf_indices.in
@@ -32,3 +32,4 @@ IPV4_DEVCONF_IGNORE_ROUTES_WITH_LINKDOWN-1 29
IPV4_DEVCONF_DROP_UNICAST_IN_L2_MULTICAST-1 30
IPV4_DEVCONF_DROP_GRATUITOUS_ARP-1 31
IPV4_DEVCONF_BC_FORWARDING-1 32
+IPV4_DEVCONF_ARP_EVICT_NOCARRIER-1 33