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:
Eugene Syromyatnikov 2018-10-15 17:32:01 +02:00 committed by Dmitry V. Levin
parent 5be335ceaa
commit 88863bf3ed
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@ -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

View File

@ -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