summaryrefslogtreecommitdiffhomepage
path: root/libs/core
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-08-09 01:10:42 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-08-09 01:10:42 +0000
commitf3624d2ccd3abbfd7b9c662295c6d71e38db71c4 (patch)
tree884f4e030a8b2bab527a207b734669506bb5d910 /libs/core
parent648126f6d00cfca1313c00e29f68d1a1a260dd04 (diff)
* luci/libs: fixed documentation for broadcast() in luci.ip
Diffstat (limited to 'libs/core')
-rw-r--r--libs/core/luasrc/ip.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/core/luasrc/ip.lua b/libs/core/luasrc/ip.lua
index bcb821a46..0cd607c89 100644
--- a/libs/core/luasrc/ip.lua
+++ b/libs/core/luasrc/ip.lua
@@ -502,7 +502,6 @@ function cidr.mask( self, bits )
end
--- Return CIDR containing the broadcast address of this instance.
--- @param bits Override prefix length of this instance (optional)
-- @return CIDR instance containing the netmask, always nil for IPv6
-- @see network
-- @see host