mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
Fix: typo in netlink (nlmsg_type) constants
This commit is contained in:
parent
a33ab3f94f
commit
6386f9500b
@ -174,7 +174,7 @@ enum {
|
||||
#define RTM_GETLINKPROP RTM_GETLINKPROP
|
||||
|
||||
RTM_NEWVLAN = 112,
|
||||
#define RTM_NEWNVLAN RTM_NEWVLAN
|
||||
#define RTM_NEWVLAN RTM_NEWVLAN
|
||||
RTM_DELVLAN,
|
||||
#define RTM_DELVLAN RTM_DELVLAN
|
||||
RTM_GETVLAN,
|
||||
|
Loading…
Reference in New Issue
Block a user