aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/make-reverse4-files.pl
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2015-03-29 15:11:33 +0200
committerJoachim Tingvold <joachim@tingvold.com>2015-03-29 15:11:33 +0200
commit3ec824b20fc65c2352d881b80c02e6c59565f39d (patch)
tree0a6f4a0cdc8dfcfb1df37b09d01c013d409c910e /bootstrap/make-reverse4-files.pl
parentfc045611ed25109d04fd74765e49a7e58b1dd693 (diff)
Make v4-rev on secondary DHCP.
Diffstat (limited to 'bootstrap/make-reverse4-files.pl')
-rwxr-xr-xbootstrap/make-reverse4-files.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/make-reverse4-files.pl b/bootstrap/make-reverse4-files.pl
index 86489ba..88f7a37 100755
--- a/bootstrap/make-reverse4-files.pl
+++ b/bootstrap/make-reverse4-files.pl
@@ -44,6 +44,7 @@ if ( $role eq "master" )
}
elsif ( $role eq "slave" )
{
+ open DFILE, ">" . $dhcp_revzones_file or die $!;
open SFILE, ">" . $bind_sec_revzones_file or die $!;
}
else