mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 12:30:24 +01:00
platform: enable parsing tun/tap properties from netlink
Now that the kernel patches are merged to mainline (rc), enable accepting tun/tap link properties from netlink. https://bugzilla.redhat.com/show_bug.cgi?id=1547213
This commit is contained in:
parent
e8a9bffdb0
commit
031e58e1cf
1 changed files with 0 additions and 4 deletions
|
|
@ -1396,10 +1396,6 @@ _parse_lnk_tun (const char *kind, struct nlattr *info_data)
|
|||
NMPObject *obj;
|
||||
NMPlatformLnkTun *props;
|
||||
|
||||
/* FIXME: the netlink API is not yet part of a released kernel version
|
||||
* Disable it for now, until we are sure it is stable. */
|
||||
return NULL;
|
||||
|
||||
if (!info_data || !nm_streq0 (kind, "tun"))
|
||||
return NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue