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/dlink-ng2dns.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/dlink-ng2dns.pl')
-rwxr-xr-x | tools/dlink-ng2dns.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dlink-ng2dns.pl b/tools/dlink-ng2dns.pl index 2b6f965..a7e01a8 100755 --- a/tools/dlink-ng2dns.pl +++ b/tools/dlink-ng2dns.pl @@ -19,7 +19,7 @@ if (@ARGV > 0) { ) } -print "server $nms::config::pri_ptr\n"; +print "server $nms::config::pri_v4\n"; while (<STDIN>) { |