aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2015-03-22 21:59:18 +0100
committerJoachim Tingvold <joachim@tingvold.com>2015-03-22 21:59:18 +0100
commitfc3b28faf42d4246a14add82928a35b49da04d40 (patch)
treec51d207c7472ed156e30a760204817c76ead1e24
parent5ec4e3f45a1c74a1da58e7f46f7b58f40bdd9e1e (diff)
Getting stronger!
-rwxr-xr-xbootstrap/make-dhcpd.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/make-dhcpd.pl b/bootstrap/make-dhcpd.pl
index e6104af..ea7bed6 100755
--- a/bootstrap/make-dhcpd.pl
+++ b/bootstrap/make-dhcpd.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl -I /root/tgmanage
use strict;
-
use Net::IP;
+use NetAddr::IP;
BEGIN {
require "include/config.pm";