network: drop list of static neighbors
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 29 Sep 2020 14:31:38 +0000 (23:31 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 6 Oct 2020 17:44:42 +0000 (02:44 +0900)
commitb0ba6938df4b096ecd0f956bd501b564b6da7295
treea3ae26394a37c6553c767a5c83c7f140cdb79936
parenteab052d2b3e73b6b3787d00131ae2d191e7a4ec6
network: drop list of static neighbors

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