commit | e21a5cf964d82bac5795054a21a3a1b022f8c5c6 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Aug 09 12:19:14 2022 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Sep 20 13:27:59 2022 -0700 |
tree | 9898661b22dc223fd2604d531716a6cbfd85c678 | |
parent | a520a39d1155cc5852fa6929aa9c772802505457 [diff] |
config_parser: Split up sections We can't always combine sections together in network files as sections like [Address] Address=::1/128 Peer=fe80::1 [Address] Address=::2/128 Peer=fe80::2 Require that they are grouped accordingly. Rewrite the storage logic of the config parser to support this logical organization. Change-Id: I34ae1523202f8770fe3dcac010fb6226dd28b9ec Signed-off-by: William A. Kennington III <wak@google.com>