Skip to content

Commit

Permalink
proc.plugin: add ifb4* to excluded interface name patterns (netdata…
Browse files Browse the repository at this point in the history
  • Loading branch information
intelfx authored Jan 27, 2025
1 parent 2298e8b commit 76e4809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collectors/proc.plugin/proc_net_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ int do_proc_net_dev(int update_every, usec_t dt) {
config_get(
CONFIG_SECTION_PLUGIN_PROC_NETDEV,
"disable by default interfaces matching",
"lo fireqos* *-ifb fwpr* fwbr* fwln*"),
"lo fireqos* *-ifb fwpr* fwbr* fwln* ifb4*"),
NULL,
SIMPLE_PATTERN_EXACT,
true);
Expand Down

0 comments on commit 76e4809

Please sign in to comment.