Project

General

Profile

Download (129 Bytes) Statistics
| Branch: | Tag: | Revision:
module ::Proxy::DHCP::ISC
module Common
def ip2hex ip
ip.split(".").map{|i| "%02x" % i }.join(":")
end
end
end
(7-7/11)