summaryrefslogtreecommitdiff
path: root/src/shared/local-addresses.c
Commit message (Collapse)AuthorAgeFilesLines
* local-addresses: make returning accumulated list optionalLennart Poettering2020-12-031-10/+8
|
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* util: make local_gateways() support RT_VIA and RT_MULTIPATHYu Watanabe2020-10-081-29/+86
| | | | Then, `networkctl status` correctly shows gateways.
* local-addresses: filter out any routing tables but the main oneLennart Poettering2019-07-241-1/+7
| | | | Fixes: #13132
* netlink: move local-addresses.[ch] to src/sharedLennart Poettering2019-07-241-0/+254
This code is not part of the public API of sd-netlink, nor used by it internally and hence should not be in the sd-netlink directory. Also, move the test case for it to src/test/.