macro: add SOL_NETLINK

This allows to set netlink socket properties.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2018-10-08 21:10:29 +02:00
parent 8df6fa99bf
commit d38f5b17b7
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -243,6 +243,10 @@ extern int __build_bug_on_failed;
#define NETLINK_DUMP_STRICT_CHK 12
#endif
#ifndef SOL_NETLINK
#define SOL_NETLINK 270
#endif
#ifndef IFLA_LINKMODE
#define IFLA_LINKMODE 17
#endif