From: Oliver Kurth Date: Fri, 26 Oct 2018 17:44:54 +0000 (-0700) Subject: Add virbr* interfaces on RHEL to default exclude-nics. X-Git-Tag: stable-11.0.0~394 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecf022ae2b53034d483004e4f8640e66bdbfed9c;p=thirdparty%2Fopen-vm-tools.git Add virbr* interfaces on RHEL to default exclude-nics. --- diff --git a/open-vm-tools/services/plugins/guestInfo/guestInfoServer.c b/open-vm-tools/services/plugins/guestInfo/guestInfoServer.c index e6578af08..25afeea02 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 /*