network: drop list of static addresses
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Oct 2020 03:34:19 +0000 (12:34 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 6 Oct 2020 17:50:50 +0000 (02:50 +0900)
commit9cd9fc8f447329281d6d1614e1a86011c8cbec5c
tree9f26f0539dca653397d1b4dd7d92f4d6413c802f
parent7818f8589adf34101e70ad7340acd03baa4a4def
network: drop list of static addresses

[Address] sections are managed by both LIST and Hashmap. Let's drop the
list and manage them by OrderedHashmap.
src/network/networkd-address-pool.c
src/network/networkd-address.c
src/network/networkd-dhcp-server.c
src/network/networkd-network.c
src/network/networkd-network.h
src/network/networkd-route.c
src/network/test-networkd-conf.c