summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-dhcp-server-bus.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* network: use BusObjectImplementationYu Watanabe2021-11-181-2/+4
|
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* networkd: start a DBus interface for the DHCP serverMarc-André Lureau2020-06-041-0/+9
Add a "org.freedesktop.network1.DHCPServer" DBus interface that will be added on a link path where a DHCP server is provided. Currently, it only exposes a "Leases" property, although there are plans to expand it further. The property is updated thanks to the dhcp_server_callback().