Merge branch '4.5.8'

This commit is contained in:
Tom Eastep 2012-09-29 09:03:12 -07:00
commit 4311dc5ddf

View File

@ -759,6 +759,8 @@ sub add_group_to_zone($$$$$)
$new = \@exclusions;
}
$host = validate_net( $host, 1 ) unless $host =~ /^\+/;
unless ( $switched ) {
if ( $type == $zonetype ) {
fatal_error "Duplicate Host Group ($interface:$host) in zone $zone" if $interfaces{$interface}{zone} eq $zone;