mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.ip: Reflow module export table
This commit is contained in:
parent
af801d58cb
commit
2ba6041c32
1 changed files with 4 additions and 2 deletions
|
@ -250,7 +250,9 @@ local function match(ipA, ipB, bits)
|
|||
return common_bits >= (bits or 128);
|
||||
end
|
||||
|
||||
return {new_ip = new_ip,
|
||||
return {
|
||||
new_ip = new_ip,
|
||||
commonPrefixLength = commonPrefixLength,
|
||||
parse_cidr = parse_cidr,
|
||||
match=match};
|
||||
match = match,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue