aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/make-missing-conf.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/make-missing-conf.pl')
-rwxr-xr-xbootstrap/make-missing-conf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/make-missing-conf.pl b/bootstrap/make-missing-conf.pl
index b128695..0159452 100755
--- a/bootstrap/make-missing-conf.pl
+++ b/bootstrap/make-missing-conf.pl
@@ -40,7 +40,7 @@ my $base_ipv4 = Net::IP->new( $nms::config::base_ipv4net );
my ($cp_oct, $cs_oct, $ct_oct) = ($nms::config::base_ipv4net =~ m/^(\d+)\.(\d+)\.(\d+)\..*/);
while ( <STDIN> ){
- next if ( $_ =~ m/^#/);
+ next if ( $_ =~ m/^(#|$)/); # comment or blank line
my $line = $_;
chomp $line;
# <v4 net> <v6 net> <network-name>