Fix configuration syntax in examples/bmon.conf

Fixes: #53

Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
Thomas Graf 2017-02-10 06:14:05 -08:00
parent 49ce252ec5
commit fdd139ada2

View File

@ -11,10 +11,10 @@
/* /*
* element eth0 { * element eth0 {
* description = { "My description" } * description = "My description"
* rxmax = { 10000 } * rxmax = 10000
* txmax = { 10000 } * txmax = 10000
* max = { 12500000 } * max = 12500000
* } * }
*/ */