Skip to content
Snippets Groups Projects
Commit ec5bbee1 authored by Tibo's avatar Tibo
Browse files

ifconfig : whitelist interfaces igb and ax (used by open bsd and OpnSense)

parent b2da1ee5
No related branches found
No related tags found
No related merge requests found
Pipeline #12937 passed
......@@ -116,7 +116,7 @@ class Ifconfig implements Sensor
*/
public function parseIfconfig(string $string) : array
{
$allowed_prefixes = ["en", "eth", "wl", "venet"];
$allowed_prefixes = ["en", "eth", "wl", "venet", "igb", "ax"];
if ($string == null) {
return [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment