diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-09 01:10:42 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-09 01:10:42 +0000 |
commit | f3624d2ccd3abbfd7b9c662295c6d71e38db71c4 (patch) | |
tree | 884f4e030a8b2bab527a207b734669506bb5d910 /libs/core | |
parent | 648126f6d00cfca1313c00e29f68d1a1a260dd04 (diff) |
* luci/libs: fixed documentation for broadcast() in luci.ip
Diffstat (limited to 'libs/core')
-rw-r--r-- | libs/core/luasrc/ip.lua | 1 |
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 |