From 78d03833fcbfc33ab36e86a79f4f58480811ad8d Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 5 Apr 2018 11:21:59 +0200 Subject: 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 --- src/platform/nm-linux-platform.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/platform/nm-linux-platform.c b/src/platform/nm-linux-platform.c index 787fdb19bd..96d8367ecb 100644 --- a/src/platform/nm-linux-platform.c +++ b/src/platform/nm-linux-platform.c @@ -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; -- cgit v1.2.1