diff options
-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 |