commit | 61ef4f2b0c1336c78f28252a17f172957ea4c3e7 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Aug 18 16:29:09 2022 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Sep 08 00:56:35 2022 +0000 |
tree | d193fefe340116d9d3ac160576c46092d51cb7b4 | |
parent | 19194627e2477d1e7d93c0fe73d8ef3924e130de [diff] |
config_parser: Rewrite file parsing logic This grealty improves the correctness of the config parser to better match the way systemd parses config files. It also allows us to provide errors / warnings when the file format doesn't match expectations. Tested: On an existing BMC system to verify NTP / DHCP settings were still parsed as expected. Change-Id: I1f0cb631f680f5957a29accaa749d491e6f68faf Signed-off-by: William A. Kennington III <wak@google.com>