Dirk Mueller Detect the proto files for containerd grpc client on SUSE like systems
- https://github.com/vmware/open-vm-tools/pull/626
+
+Lubron Zhan Add antrea and calico interfaces to GUESTINFO_DEFAULT_IFACE_EXCLUDES
+Naadir Jeewa - https://github.com/vmware/open-vm-tools/pull/639
/*********************************************************
- * Copyright (C) 1998-2022 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2023 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
#if defined(_WIN32)
#define GUESTINFO_DEFAULT_IFACE_EXCLUDES "vEthernet*"
#else
-#define GUESTINFO_DEFAULT_IFACE_EXCLUDES "docker*,veth*,virbr*"
+#define GUESTINFO_DEFAULT_IFACE_EXCLUDES "docker*,veth*,virbr*,antrea-*,cali*"
#endif
/*
-# Copyright (c) 2019-2022 VMware, Inc. All rights reserved.
+# Copyright (c) 2019-2023 VMware, Inc. All rights reserved.
# "CAUTION: tools.conf is highly syntax sensitive file. Use extreme caution
# while editing it. If modified, it is automatically re-loaded by
# Set a comma separated list of network interface names that shall be ignored.
# Interface names can use wildcards like '*' and '?'.
# Default for Linux and all non-Windows:
-#exclude-nics=veth*,docker*,virbr*
+#exclude-nics=veth*,docker*,virbr*,antrea-*,cali*
# Default for Windows:
#exclude-nics=vEthernet*