xlat: update neighbor_cache_entry_flags
* 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>
This commit is contained in:
2
NEWS
2
NEWS
@ -23,7 +23,7 @@ Noteworthy changes in release ?.?? (????-??-??)
|
|||||||
* Enhanced decoding of getsockopt SO_ERROR option.
|
* Enhanced decoding of getsockopt SO_ERROR option.
|
||||||
* Enhanced error diagnostics when the first exec fails.
|
* Enhanced error diagnostics when the first exec fails.
|
||||||
* Added %net as a short form of %network in syscall specifications.
|
* 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.
|
constants.
|
||||||
* Enhanced manual page.
|
* Enhanced manual page.
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
NTF_USE
|
NTF_USE 0x01
|
||||||
NTF_SELF
|
NTF_SELF 0x02
|
||||||
NTF_MASTER
|
NTF_MASTER 0x04
|
||||||
NTF_PROXY
|
NTF_PROXY 0x08
|
||||||
NTF_EXT_LEARNED
|
NTF_EXT_LEARNED 0x10
|
||||||
NTF_ROUTER
|
NTF_OFFLOADED 0x20
|
||||||
|
NTF_STICKY 0x40
|
||||||
|
NTF_ROUTER 0x80
|
||||||
|
Reference in New Issue
Block a user