Diff for /embedaddon/dnsmasq/dbus/DBus-interface between versions 1.1.1.2 and 1.1.1.4

version 1.1.1.2, 2016/11/02 09:57:01 version 1.1.1.4, 2023/09/27 11:02:07
Line 48  SetBogusPrivOption Line 48  SetBogusPrivOption
 ------------------  ------------------
 Takes boolean, sets or resets the --bogus-priv option.  Takes boolean, sets or resets the --bogus-priv option.
   
   SetLocaliseQueriesOption
   ------------------------
   Takes boolean, sets or resets the --localise-queries option.
   
 SetServers  SetServers
 ----------  ----------
 Returns nothing. Takes a set of arguments representing the new  Returns nothing. Takes a set of arguments representing the new
Line 243  IPv4 or IPv6 address of the lease to remove. Line 247  IPv4 or IPv6 address of the lease to remove.
 Note that this function will trigger the DhcpLeaseRemoved signal and the  Note that this function will trigger the DhcpLeaseRemoved signal and the
 configured DHCP lease script will be run with the "del" action.  configured DHCP lease script will be run with the "del" action.
   
   GetMetrics
   ----------
   
   Returns an array with various metrics for DNS and DHCP.
   
   GetServerMetrics
   ----------------
   
   Returns per-DNS-server metrics.
   
   ClearMetrics
   ------------
   
   Clear call metric counters, global and per-server.
   
 2. SIGNALS  2. SIGNALS
 ----------  ----------

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>