Commit Graph

2 Commits

Author SHA1 Message Date
Qiu Jian
004d9b6f95 update copyright headers of all source 2019-03-29 14:47:48 +08:00
Yousong Zhou
946c0d935e printutils: add PrintJSONObjectRecursive()
E.g. Print

	{"params": {"vrrp":{"advert_int":1,"interface":"br0","pass":"YunionLB","priority":100,"virtual_router_id":100}}}

Will have the following result

	| params.vrrp.advert_int        | 1
	| params.vrrp.interface         | br0
	| params.vrrp.pass              | YunionLB
	| params.vrrp.priority          | 100
	| params.vrrp.virtual_router_id | 100
2018-09-18 03:39:22 +00:00