Re-add exceptions that are needed by old targets

Signed-off-by: Andrew Balmos <andrew@balmos.org>
This commit is contained in:
Andrew Balmos 2022-03-03 17:17:58 -05:00
parent 02042f05c2
commit 99045cdc69
No known key found for this signature in database
GPG key ID: F1E1D0E33196D381

View file

@ -3229,6 +3229,11 @@ fn test_linux(target: &str) {
| "IFLA_PERM_ADDRESS"
| "IFLA_PROTO_DOWN_REASON" => true,
// FIXME: They require recent kernel header:
| "CAN_J1939"
| "CAN_RAW_FILTER_MAX"
| "CAN_NPROTO" => true,
// FIXME: Requires recent kernel headers (5.15)
| "J1939_NLA_TOTAL_SIZE"
| "J1939_NLA_PGN"