Add Realtek network cards to the list of physical interfaces on FreeBSD (#10414)
Vladimir Kobal committed
Dec 23, 2020 at 09:42 UTC
80b91811cafabf6d53e154d650a1dd956a084989
1 file changed
+1
-1
collectors/freebsd.plugin/freebsd_getifaddrs.c
+1
-1
@@ -144,7 +144,7 @@ int do_getifaddrs(int update_every, usec_t dt) {
144
(void)dt;
145
146
#define DEFAULT_EXLUDED_INTERFACES "lo*"
147
-#define DEFAULT_PHYSICAL_INTERFACES "igb* ix* cxl* em* ixl* ixlv* bge* ixgbe* vtnet* vmx*"
147
+#define DEFAULT_PHYSICAL_INTERFACES "igb* ix* cxl* em* ixl* ixlv* bge* ixgbe* vtnet* vmx* re*"
148
#define CONFIG_SECTION_GETIFADDRS "plugin:freebsd:getifaddrs"
149
150
static int enable_new_interfaces = -1;