xlat: add SOL_CAN_* to socketlayers
* xlat/socketlayers.in (SOL_CAN_BASE): New constant, introduced by Linux commit v2.6.25-rc1~1162^2~1414. (SOL_CAN_RAW): New constant, introduced by Linux commit v2.6.25-rc1~1162^2~1413. * NEWS: Mention this. Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
This commit is contained in:
parent
5be335ceaa
commit
88863bf3ed
2
NEWS
2
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 the list of FAN_* constants.
|
||||
* Updated lists of FAN_* and SOL_* constants.
|
||||
* Enhanced manual page.
|
||||
|
||||
* Bug fixes
|
||||
|
@ -7,6 +7,8 @@ SOL_TCP 6
|
||||
SOL_UDP 17
|
||||
SOL_IPV6 41
|
||||
SOL_ICMPV6 58
|
||||
SOL_CAN_BASE 100
|
||||
SOL_CAN_RAW 101
|
||||
SOL_SCTP 132
|
||||
SOL_UDPLITE 136
|
||||
SOL_RAW 255
|
||||
|
Loading…
Reference in New Issue
Block a user