Add verification of the .config file parameters
authorFabien Marotte <fabienx.marotte@intel.com>
Wed, 15 Sep 2010 09:51:11 +0000 (11:51 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 15 Sep 2010 16:03:29 +0000 (18:03 +0200)
commit44e1cacbcf1e6a93b0f942ccc4079ca08d466116
treeb4aa47239203a66665d485f55d8fab08a628777f
parent2e63050c562e975d7e7b94bb766a605e7b874456
Add verification of the .config file parameters

Connman reads the *.config files in STORAGE_DIR during its boot but
it looks only for parameters it is interrested in.
The configuration parameters syntax is complex and it is very
simple to make a mistake without getting connman warnings. This
leads the user to think that connman understands the configuration
file although it doesn't.

This patch is the code that adds warnings to the logs if connman
reads unknown parameters from the *.config files.
src/config.c