Skip to content

Commit 7da9ac2

Browse files
authored
Merge pull request #82 from robhoes/logspam
Don't collect stats for loopback and bond devices
2 parents 3e810ee + e5bb500 commit 7da9ac2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

networkd/network_monitor_thread.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ let monitor_blacklist = ref [
3131
"xapi";
3232
"ovs-system";
3333
"xenapi";
34+
"lo";
35+
"bond";
3436
]
3537

3638
let xapi_rpc request =

0 commit comments

Comments
 (0)