diff options
-rwxr-xr-x | bootstrap/make-dhcpd.pl | 2 |
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"; |