projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
648126f
)
* luci/libs: fixed documentation for broadcast() in luci.ip
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 9 Aug 2008 01:10:42 +0000
(
01:10
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 9 Aug 2008 01:10:42 +0000
(
01:10
+0000)
libs/core/luasrc/ip.lua
patch
|
blob
|
history
diff --git
a/libs/core/luasrc/ip.lua
b/libs/core/luasrc/ip.lua
index bcb821a46e384f0b5b136b131c9faff8dd6f5dcb..0cd607c896da6d9406dfe5994eb66e850f57a844 100644
(file)
--- 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