diff options
author | Jon Langseth <jon.langseth@lilug.no> | 2014-04-13 15:13:25 +0200 |
---|---|---|
committer | Jon Langseth <jon.langseth@lilug.no> | 2014-04-13 15:13:25 +0200 |
commit | 4ee15b757960fcc0d817e736dd4b15e13d1596f3 (patch) | |
tree | 492d9da59c9508847afdb812f4ecb364c0103220 /tools/make-reverse4-files.pl | |
parent | 2e45d20df2913bd0fd86400a037bd3ab56e0c0eb (diff) |
Changes to how PXE/TFTP is rolled out, it is now part of the base-requires step
Diffstat (limited to 'tools/make-reverse4-files.pl')
-rwxr-xr-x | tools/make-reverse4-files.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/make-reverse4-files.pl b/tools/make-reverse4-files.pl index a47e93f..db4a1bf 100755 --- a/tools/make-reverse4-files.pl +++ b/tools/make-reverse4-files.pl @@ -61,8 +61,6 @@ my $noc_nett_v6 = $nms::config::noc_nett_v6; my $ddns_to = $nms::config::ddns_to; -my $pxe_server = $nms::config::ddns_to; - my $base_ipv4 = new Net::IP( $base_ipv4net . "/" . $base_ipv4prefix ); $base_ipv4net =~ m/^(\d+)\.(\d+)\.(\d+)\..*/; |