diff options
author | Roy Sindre Norangshol <roy.sindre@norangshol.no> | 2014-04-12 01:09:16 +0200 |
---|---|---|
committer | Roy Sindre Norangshol <roy.sindre@norangshol.no> | 2014-04-12 01:27:00 +0200 |
commit | 3c192a61c526b497856c22c2ece0b2f6572393da (patch) | |
tree | 3d1edd2d8c5e3b011f7695631e49f3c9b51f8676 /tools/make-missing-conf.pl | |
parent | 89ff78867ca90dbbc51df1e070290bd7da985755 (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-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 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; |