| + | END ; @@ -320,7 +321,7 @@ foreach (@zones) { my $red_restricted = ($uc eq "RED" && ! ($red_type eq "STATIC" || $red_type eq "DHCP")); if ($red_restricted) { - print "\t\t | $uc ($red_type) | \n"; + print "\t\t$uc ($red_type) | \n"; next; # We're done here } @@ -338,7 +339,7 @@ foreach (@zones) { } print <$uc |
| $nic $mac | \n";
+ print "\t\t$nic $mac | \n";
# Iterate through all zones and check if the current NIC is assigned to it
foreach (@zones) {
@@ -383,7 +382,7 @@ foreach (@nics) {
}
print <END @@ -426,7 +425,7 @@ END my $vlan_disabled = ($wlan) ? "disabled" : ""; print < |