luci-base: log login attempts
[project/luci.git] / modules / luci-base / luasrc / sys.luadoc
index 54be349..1c1fa92 100644 (file)
@@ -151,6 +151,16 @@ Returns a two-dimensional table of IPv6 address hints.
 ]]
 
 ---[[
+Returns a two-dimensional table of host hints.
+
+@class function
+@name net.host_hints
+@return  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".
+]]
+
+---[[
 Returns conntrack information
 
 @class function