Fix configuration syntax in examples/bmon.conf
Fixes: #53 Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
parent
49ce252ec5
commit
fdd139ada2
@ -11,10 +11,10 @@
|
||||
|
||||
/*
|
||||
* element eth0 {
|
||||
* description = { "My description" }
|
||||
* rxmax = { 10000 }
|
||||
* txmax = { 10000 }
|
||||
* max = { 12500000 }
|
||||
* description = "My description"
|
||||
* rxmax = 10000
|
||||
* txmax = 10000
|
||||
* max = 12500000
|
||||
* }
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user