summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2020-12-23 09:42:26 +0200
committerGitHub <noreply@github.com>2020-12-23 09:42:26 +0200
commit80b91811cafabf6d53e154d650a1dd956a084989 (patch)
treefe5cb49c451aa781cd63ceef2a6a58d6e82e962d /collectors
parent80742e852ca6bb77e8ae404533556e0f575c84ba (diff)
Add Realtek network cards to the list of physical interfaces on FreeBSD (#10414)
Diffstat (limited to 'collectors')
-rw-r--r--collectors/freebsd.plugin/freebsd_getifaddrs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/freebsd.plugin/freebsd_getifaddrs.c b/collectors/freebsd.plugin/freebsd_getifaddrs.c
index 72fa908cee..1437d08fac 100644
--- a/collectors/freebsd.plugin/freebsd_getifaddrs.c
+++ b/collectors/freebsd.plugin/freebsd_getifaddrs.c
@@ -144,7 +144,7 @@ int do_getifaddrs(int update_every, usec_t dt) {
(void)dt;
#define DEFAULT_EXLUDED_INTERFACES "lo*"
-#define DEFAULT_PHYSICAL_INTERFACES "igb* ix* cxl* em* ixl* ixlv* bge* ixgbe* vtnet* vmx*"
+#define DEFAULT_PHYSICAL_INTERFACES "igb* ix* cxl* em* ixl* ixlv* bge* ixgbe* vtnet* vmx* re*"
#define CONFIG_SECTION_GETIFADDRS "plugin:freebsd:getifaddrs"
static int enable_new_interfaces = -1;