]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-network.c
network: relax the .network file check
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 27 Feb 2019 09:22:40 +0000 (18:22 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 28 Feb 2019 01:01:56 +0000 (10:01 +0900)
commit4bec2f237bb714b160cd27edf28764fae658b110
tree8a3a466a84bee14b96354bb4c4d942ad65edfcd6
parent9cb8c5593443d24c19e40bfd4fc06d672f8c554c
network: relax the .network file check

Previously, if a .networ file contains invalid [Address] or [Route]
section, then the file is completely dropped. This makes networkd
just drops invalid sections.
src/network/networkd-network.c