From 88863bf3edd7ab1e1a7ccfd64569f44bb15f1b86 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Mon, 15 Oct 2018 17:32:01 +0200 Subject: [PATCH] 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 --- NEWS | 2 +- xlat/socketlayers.in | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4c9784ef..81eef8f9 100644 --- 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 the list of FAN_* constants. + * Updated lists of FAN_* and SOL_* constants. * Enhanced manual page. * Bug fixes diff --git a/xlat/socketlayers.in b/xlat/socketlayers.in index 0ff09d89..fd44dd19 100644 --- a/xlat/socketlayers.in +++ b/xlat/socketlayers.in @@ -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 -- 2.40.0