History log of /systemd/src/basic/ordered-set.c
Revision Date Author Comments Expand
0061695507e889069c0c974cf85cd570f7ec9a88 26-Jan-2016 Lennart Poettering <lennart@poettering.net>

networkd: use an OrderedSet instead of Set to collect link domains For the search domain logic the order is highly relevant, hence make sure when collecting the various search domains to add them to an ordered set, so that the order between search domains of a specific link is retained.