]> granicus.if.org Git - strace/commitdiff
xlat: update neighbor_cache_entry_flags
authorEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 1 Nov 2018 16:29:29 +0000 (17:29 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 26 Dec 2018 01:59:38 +0000 (01:59 +0000)
* xlat/neighbor_cache_entry_flags.in (NTF_OFFLOADED): New constant,
introduced by Linux commit v4.13-rc1~157^2~252^2~13.
(NTF_STICKY): New constant, introduced by Linux commit
v4.20-rc1~14^2~392.
(NTF_USE, NTF_SELF, NTF_MASTER, NTF_PROXY, NTF_EXT_LEARNED, NTF_ROUTER):
Add fallback definitions.
* NEWS: Mention this.

Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
NEWS
xlat/neighbor_cache_entry_flags.in

diff --git a/NEWS b/NEWS
index da99cb16e2d21d2255cfef111cd01295d377b30a..0039d27f40f5f348d9011460d0c78761b99f0b2d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,7 +23,7 @@ Noteworthy changes in release ?.?? (????-??-??)
   * Enhanced decoding of getsockopt SO_ERROR option.
   * Enhanced error diagnostics when the first exec fails.
   * Added %net as a short form of %network in syscall specifications.
-  * Updated lists of BPF_*, FAN_*, IFLA_*, NETLINK_*, SOL_*, and TCA_*
+  * Updated lists of BPF_*, FAN_*, IFLA_*, NETLINK_*, NTF_*, SOL_*, and TCA_*
     constants.
   * Enhanced manual page.
 
index 6a210f5284982bb136e8de01ad14e7b31b9d0d0e..0f0a83ebf0328691564bdf8e467b7a7a1c47f139 100644 (file)
@@ -1,6 +1,8 @@
-NTF_USE
-NTF_SELF
-NTF_MASTER
-NTF_PROXY
-NTF_EXT_LEARNED
-NTF_ROUTER
+NTF_USE                0x01
+NTF_SELF       0x02
+NTF_MASTER     0x04
+NTF_PROXY      0x08
+NTF_EXT_LEARNED        0x10
+NTF_OFFLOADED  0x20
+NTF_STICKY     0x40
+NTF_ROUTER     0x80