[PATCH] util: fix build without macvtap

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Commit 370608b added new functions:

 - virNetDevMacVLanReleaseName,
 - virNetDevMacVLanReserveName.

Add stubbed versions of them to fix build without macvtap.
---
 src/util/virnetdevmacvlan.c | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/src/util/virnetdevmacvlan.c b/src/util/virnetdevmacvlan.c
index da71eef..9293510 100644
--- a/src/util/virnetdevmacvlan.c
+++ b/src/util/virnetdevmacvlan.c
@@ -1330,4 +1330,21 @@ int virNetDevMacVLanVPortProfileRegisterCallback(const char *ifname ATTRIBUTE_UN
                          _("Cannot create macvlan devices on this platform"));
     return -1;
 }
+
+int
+virNetDevMacVLanReserveName(const char *name ATTRIBUTE_UNUSED,
+                            bool quietFail ATTRIBUTE_UNUSED)
+{
+    virReportSystemError(ENOSYS, "%s",
+                         _("The macvlan devices are not supported on this platform"));
+    return -1;
+}
+
+int
+virNetDevMacVLanReleaseName(const char *name ATTRIBUTE_UNUSED)
+{
+    virReportSystemError(ENOSYS, "%s",
+                         _("The macvlan devices are not supported on this platform"));
+    return -1;
+}
 #endif /* ! WITH_MACVTAP */
-- 
2.4.6

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]