aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-missing-conf.pl
diff options
context:
space:
mode:
authorRoy Sindre Norangshol <roy.sindre@norangshol.no>2014-04-12 01:09:16 +0200
committerRoy Sindre Norangshol <roy.sindre@norangshol.no>2014-04-12 01:27:00 +0200
commit3c192a61c526b497856c22c2ece0b2f6572393da (patch)
tree3d1edd2d8c5e3b011f7695631e49f3c9b51f8676 /tools/make-missing-conf.pl
parent89ff78867ca90dbbc51df1e070290bd7da985755 (diff)
Rename ::config::sec_ptr to ::config::sec_v4 as the value is the NS secondary IPv4 address.
Diffstat (limited to 'tools/make-missing-conf.pl')
-rwxr-xr-xtools/make-missing-conf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-missing-conf.pl b/tools/make-missing-conf.pl
index 9bd2583..345f29a 100755
--- a/tools/make-missing-conf.pl
+++ b/tools/make-missing-conf.pl
@@ -48,7 +48,7 @@ my $pri_v4 = $nms::config::pri_v4;
my $pri_v6 = $nms::config::pri_v6;
my $sec_hostname = $nms::config::sec_hostname;
-my $sec_ptr = $nms::config::sec_ptr;
+my $sec_v4 = $nms::config::sec_v4;
my $sec_v6 = $nms::config::sec_v6;
my $ext_xfer = $nms::config::ext_xfer;