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

add venet prefix, for debian 8

parent d0ce26de
No related branches found
No related tags found
No related merge requests found
Pipeline #3661 passed
......@@ -119,7 +119,7 @@ class Ifconfig extends AbstractSensor
public function parseIfconfig($string)
{
$allowed_prefixes = ["en", "eth", "wl"];
$allowed_prefixes = ["en", "eth", "wl", "venet"];
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