aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2015-03-22 22:20:13 +0100
committerJoachim Tingvold <joachim@tingvold.com>2015-03-22 22:20:13 +0100
commit7567e3006d076cde9326bfa0b4c12186d65a82f9 (patch)
tree2f38fe1e10b38a4cd612be59a640ece199441d5f
parent5cf805bc8ee8b1cc8ba9776e850e23e6cbffa83e (diff)
J-Lo from the $block!
-rwxr-xr-xbootstrap/make-reverse4-files.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/make-reverse4-files.pl b/bootstrap/make-reverse4-files.pl
index 363970e..184f6fc 100755
--- a/bootstrap/make-reverse4-files.pl
+++ b/bootstrap/make-reverse4-files.pl
@@ -144,6 +144,7 @@ while (1){
# for each specially defined /24
foreach my $special_net (@nms::config::extra_nets){
# a.b.c.d/24
+ $block = $special_net;
$base_ipv4 = Net::IP->new($special_net) or die ("base_v4 fail");
($p_oct, $s_oct, $t_oct) = ($special_net =~ m/^(\d+)\.(\d+)\.(\d+)\..*/);