From 2ba6041c32ef86abdcf9a37253ca171eff4d0b29 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 1 Dec 2017 01:55:40 +0100 Subject: util.ip: Reflow module export table --- util/ip.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/ip.lua b/util/ip.lua index 19be7013..b45786c2 100644 --- a/util/ip.lua +++ b/util/ip.lua @@ -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, +}; -- cgit v1.2.3