X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=documentation%2Fapi%2Fmodules%2Fluci.sys.net.html;h=09cef175f9379bbfbe50638fadccae16fdb19f7e;hp=4a049e23075c23d7d032667e051f5a30203ea5c1;hb=c23885f6a776db74aa728b1efcd1bf644dde626d;hpb=e0988b089be0e33d64c62339cfdd90755b6dbd79;ds=sidebyside diff --git a/documentation/api/modules/luci.sys.net.html b/documentation/api/modules/luci.sys.net.html index 4a049e230..09cef175f 100644 --- a/documentation/api/modules/luci.sys.net.html +++ b/documentation/api/modules/luci.sys.net.html @@ -242,6 +242,13 @@ 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 ()