Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
dc6e39a7
Commit
dc6e39a7
authored
Oct 08, 2014
by
Leigh B Stoller
Browse files
Change Net::IP from use to require when IPV6 is enabled.
parent
8b8de3aa
Changes
1
Show whitespace changes
Inline
Side-by-side
tbsetup/named_setup.in
View file @
dc6e39a7
...
...
@@ -24,7 +24,6 @@
use
English
;
use
Socket
;
use
strict
;
use
Net::
IP
;
#
# Suck out virtual names and create CNAME map entries.
...
...
@@ -300,6 +299,8 @@ while (my $dirent = readdir(DIR)) {
}
if
(
$IPV6_ENABLED
)
{
require
Net::
IP
;
make_ipv6_reverse_zonefile
(
$reverse_ipv6_tail
,
\
%routable
);
assemble_zonefile
(
$reverse_ipv6
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment