luci-base: add luci.sys.net.host_hints() and regenerate documentation
[project/luci.git] / documentation / api / modules / luci.sys.net.html
index 4a049e2..09cef17 100644 (file)
@@ -242,6 +242,13 @@ Determine the names of available network interfaces.</td>
        </tr>
 
        <tr>
+       <td class="name" nowrap><a href="#net.host_hints">host_hints</a>&nbsp;()</td>
+       <td class="summary">
+Returns a two-dimensional table of host hints.</td>
+       </tr>
+
+       <tr>
        <td class="name" nowrap><a href="#net.ipv4_hints">ipv4_hints</a>&nbsp;()</td>
        <td class="summary">
  
@@ -393,6 +400,31 @@ Table containing all current interface names
 
 
 
+<dt><a name="net.host_hints"></a><strong>host_hints</strong>&nbsp;()</dt>
+<dd>
+
+Returns a two-dimensional table of host hints. 
+
+
+
+
+
+
+
+
+<h3>Return value:</h3>
+Table of table containing known hosts from various sources, 
+         indexed by mac address. Each subtable contains at least one 
+         of the fields "name", "ipv4" or "ipv6".
+
+
+
+</dd>
+
+
+
+
 <dt><a name="net.ipv4_hints"></a><strong>ipv4_hints</strong>&nbsp;()</dt>
 <dd>