config: log config parse failures to syslog
authorHans Dedecker <dedeckeh@gmail.com>
Sat, 15 May 2021 18:52:41 +0000 (20:52 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Sat, 22 May 2021 19:12:52 +0000 (21:12 +0200)
commita12fcb3cee2d489b8648a2398812d7bed2f25faa
tree7d809b5a4f3b3c2daee9115467cfdff994465618
parentebd4297fc8317a426a6c0faea1cbba2e523270d4
config: log config parse failures to syslog

An invalid config setting for an interface lead to a flush of all config
settings of the related interface and thus made the interface unusable.
Change the behavior by logging config parse failures to syslog and
not flushing all config settings

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
README
src/config.c