]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: do not serialize/deserialize addresses
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 28 Oct 2020 06:38:29 +0000 (15:38 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 28 Oct 2020 09:15:57 +0000 (18:15 +0900)
commit7b829a7b3b79ef0c1e2e06537b9850bdcf27827e
tree24c03aeec5cce51a8d326d47f1656ada2e423a43
parentca97e7cda0fb3c00b96a1f1979d15cccd0f8b669
network: do not serialize/deserialize addresses

The link state file is always removed when networkd is stopping. So,
the deserialization logic does not work. Moreover, the ADDRESSES=
entry is not used by sd-network, so serialization is also not necessary.
src/network/networkd-address.c
src/network/networkd-address.h
src/network/networkd-link.c
test/test-network/systemd-networkd-tests.py