]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-network.c
network: drop list of static nexthops
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 29 Sep 2020 08:37:56 +0000 (17:37 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 6 Oct 2020 17:39:51 +0000 (02:39 +0900)
commitb82663ddee4a4fb140cc53674242cdc334e30c1f
tree0e07493099277e63975bf890f4303f8ce7d77898
parent8d7b137a821b546d1af43875f7f86fb196c07fcb
network: drop list of static nexthops

[NextHop] sections are managed by both LIST and Hashmap.
Let's drop list, as they store the completely same information.
src/network/networkd-network.c
src/network/networkd-network.h
src/network/networkd-nexthop.c
src/network/networkd-nexthop.h