Age | Commit message (Collapse) | Author |
|
networkd previously knew an enum "ResolveSupport" for configuring
per-interface LLMNR support, resolved had a similar enum just called
"Support", with the same value and similar pasers.
Unify this, call the enum ResolveSupport, and port both daemons to it.
|
|
Indicate thar we ignore invalid messages
|
|
sd_event_add_io() returns the error directly and does not mess with errno.
|
|
Sort the includes accoding to the new coding style.
|
|
There are more than enough to deserve their own .c file, hence move them
over.
|
|
De-duplicate some magic numbers.
|
|
|