Fix configuration syntax in examples/bmon.conf
Fixes: #53 Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
		| @ -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 | ||||||
|  * } |  * } | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user