summaryrefslogtreecommitdiff
path: root/src/network/networkd-ipv4ll.h
Commit message (Collapse)AuthorAgeFilesLines
* network: split link_ipv4ll_enabled() into twoYu Watanabe2022-08-021-0/+2
| | | | And move it from networkd-link.[ch] to relevant files.
* network: Add support to select an IPv4 link-local start addressAndre Kalb2022-07-131-0/+1
|
* Merge pull request #17474 from yuwata/network-drop-link-deserialization-logicYu Watanabe2020-11-271-2/+0
|\ | | | | network: drop link deserialization logic
| * network: do not serialize/deserialize ipv4ll addressYu Watanabe2020-10-281-2/+0
| | | | | | | | | | | | | | The link state file is always removed on stop. So, we cannot deserialize the address from the file. Moreover, currently the IPv4 link-local address is always dropped by link_drop_foreign_addresses() on restart. Let's drop the serialize/deserialize logic for IPv4 LL address.
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|/
* network: introduce ipv4ll_update_mac()Yu Watanabe2020-10-071-0/+1
|
* network: introduce link_serialize_ipv4ll()Yu Watanabe2020-10-071-0/+1
|
* network: introduce link_deserialize_ipv4ll()Yu Watanabe2020-10-071-0/+1
|
* network: move conf parsers and function prototypesYu Watanabe2019-06-301-0/+12