From: Oliver Kurth Date: Fri, 7 Sep 2018 22:53:27 +0000 (-0700) Subject: Add virbr* interfaces on RHEL to the default exclude-nics. X-Git-Tag: stable-10.3.5~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=450aca9f244b5e56bcef130df1a06137fd1f07e0;p=thirdparty%2Fopen-vm-tools.git Add virbr* interfaces on RHEL to the default exclude-nics. --- diff --git a/open-vm-tools/services/plugins/guestInfo/guestInfoServer.c b/open-vm-tools/services/plugins/guestInfo/guestInfoServer.c index 5a13095bd..2cdad508c 100644 --- a/open-vm-tools/services/plugins/guestInfo/guestInfoServer.c +++ b/open-vm-tools/services/plugins/guestInfo/guestInfoServer.c @@ -91,7 +91,7 @@ VM_EMBED_VERSION(VMTOOLSD_VERSION_STRING); #if defined(_WIN32) #define GUESTINFO_DEFAULT_IFACE_EXCLUDES "vEthernet*" #else -#define GUESTINFO_DEFAULT_IFACE_EXCLUDES "docker*,veth*" +#define GUESTINFO_DEFAULT_IFACE_EXCLUDES "docker*,veth*,virbr*" #endif /*