Fix: typo in netlink (nlmsg_type) constants

This commit is contained in:
Maurice Lambert 2024-11-03 18:52:25 +00:00 committed by GitHub
parent a33ab3f94f
commit 6386f9500b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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