From c23885f6a776db74aa728b1efcd1bf644dde626d Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 20 Jan 2016 16:55:15 +0100 Subject: luci-base: add luci.sys.net.host_hints() and regenerate documentation Signed-off-by: Jo-Philipp Wich --- documentation/api/modules/luci.sys.net.html | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'documentation/api/modules/luci.sys.net.html') diff --git a/documentation/api/modules/luci.sys.net.html b/documentation/api/modules/luci.sys.net.html index 4a049e2307..09cef175f9 100644 --- a/documentation/api/modules/luci.sys.net.html +++ b/documentation/api/modules/luci.sys.net.html @@ -241,6 +241,13 @@ Return information about available network interfaces. Determine the names of available network interfaces. + + host_hints () + + +Returns a two-dimensional table of host hints. + + ipv4_hints () @@ -393,6 +400,31 @@ Table containing all current interface names +
host_hints ()
+
+ + +Returns a two-dimensional table of host hints. + + + + + + + + +

Return value:

+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". + + + +
+ + + +
ipv4_hints ()
-- cgit v1.2.3