[Dnsmasq-discuss] [PATCH 2/2 v2] Add D-Bus methods to add or remove a lease from the internal database.

2015-06-09 Thread Nicolas Cavallari
AddDhcpLease can be used to add or update a lease in the internal database, while DeleteDhcpLease deletes a lease. These methods will still trigger the notifications via D-Bus or the lease script. Update the dbus/DBus-interface document accordingly. --- dbus/DBus-interface | 74

Re: [Dnsmasq-discuss] [PATCH 2/2 v2] Add D-Bus methods to add or remove a lease from the internal database.

2015-06-09 Thread Simon Kelley
On 09/06/15 11:14, Nicolas Cavallari wrote: AddDhcpLease can be used to add or update a lease in the internal database, while DeleteDhcpLease deletes a lease. These methods will still trigger the notifications via D-Bus or the lease script. Update the dbus/DBus-interface document