cfg-mod: Make --query print all values, not just those that are valid keys.
authorBen Pfaff <blp@nicira.com>
Tue, 12 May 2009 20:41:02 +0000 (13:41 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 12 May 2009 23:21:56 +0000 (16:21 -0700)
commitabbe4c45351e6321d1d548cdb0057f73d49a5db8
tree3e2104a3d196a22fd12630e65ff27b671ed10379
parent7d99a750bc2da47e92b7140d6e51cab972749012
cfg-mod: Make --query print all values, not just those that are valid keys.

A "key" has a strict syntax, so calling cfg_get_all_keys() will discard
all the values that don't have that syntax.
utilities/cfg-mod.c