diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-20 16:55:15 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-20 16:56:25 +0100 |
commit | c23885f6a776db74aa728b1efcd1bf644dde626d (patch) | |
tree | 6df0b0a71a3bc9e694ef382c1d7b92b7b161b892 /modules/luci-base/luasrc/sys.luadoc | |
parent | e0988b089be0e33d64c62339cfdd90755b6dbd79 (diff) |
luci-base: add luci.sys.net.host_hints() and regenerate documentation
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'modules/luci-base/luasrc/sys.luadoc')
-rw-r--r-- | modules/luci-base/luasrc/sys.luadoc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/luci-base/luasrc/sys.luadoc b/modules/luci-base/luasrc/sys.luadoc index 54be34958..1c1fa9260 100644 --- a/modules/luci-base/luasrc/sys.luadoc +++ b/modules/luci-base/luasrc/sys.luadoc @@ -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 |