Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | network: use BusObjectImplementation | Yu Watanabe | 2021-11-18 | 1 | -2/+4 |
| | |||||
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | networkd: start a DBus interface for the DHCP server | Marc-André Lureau | 2020-06-04 | 1 | -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(). |