diff options
author | Roy Sindre Norangshol <roy.sindre@norangshol.no> | 2014-04-12 01:05:44 +0200 |
---|---|---|
committer | Roy Sindre Norangshol <roy.sindre@norangshol.no> | 2014-04-12 01:27:00 +0200 |
commit | 89ff78867ca90dbbc51df1e070290bd7da985755 (patch) | |
tree | 81cff4a40bc7c5a2dac6612dd86651566399dcf2 /tools/make-missing-conf.pl | |
parent | 223db182458b25cff38b2bf9d9bd9c2323c89587 (diff) |
Rename ::config::pri_ptr to ::config::pri_v4 as the value is the NS primary IPv4 address.
Diffstat (limited to 'tools/make-missing-conf.pl')
-rwxr-xr-x | tools/make-missing-conf.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-missing-conf.pl b/tools/make-missing-conf.pl index 3c4a05f..9bd2583 100755 --- a/tools/make-missing-conf.pl +++ b/tools/make-missing-conf.pl @@ -44,7 +44,7 @@ my $bind_conf_slave = $bind_base . "conf-slave/"; my $tgname = $nms::config::tgname; my $pri_hostname = $nms::config::pri_hostname; -my $pri_ptr = $nms::config::pri_ptr; +my $pri_v4 = $nms::config::pri_v4; my $pri_v6 = $nms::config::pri_v6; my $sec_hostname = $nms::config::sec_hostname; |