]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
networkd: address - store active addresses in a Set rather than a List
authorTom Gundersen <teg@jklm.no>
Tue, 22 Sep 2015 23:53:29 +0000 (01:53 +0200)
committerTom Gundersen <teg@jklm.no>
Sun, 11 Oct 2015 13:04:16 +0000 (15:04 +0200)
commitcf1d700da3fe04cd4c27980a292301694be3b05f
tree1637158da3463b4f94a6522818fd941c95e6cfc4
parent200a0868fcdf7b95f3d8d1fda3aa2aef48d84fdd
networkd: address - store active addresses in a Set rather than a List

We need to be able to look these things up quickly as we will be updating them
continuously and there can in principle be many of them.
src/network/networkd-address-pool.c
src/network/networkd-address.c
src/network/networkd-address.h
src/network/networkd-link.c
src/network/networkd-link.h
src/network/networkd-manager.c