mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-14 18:30:23 +00:00
do not try to add ipv6 networks into dhcp if there is no ipv6 network in networks table
This commit is contained in:
@ -2078,6 +2078,7 @@ sub putmyselffirst {
|
||||
sub addnet6
|
||||
{
|
||||
if ($::XCATSITEVALS{externaldhcpservers}) { return; }
|
||||
if (!$usingipv6) { return; }
|
||||
my $netentry = shift;
|
||||
my $net = $netentry->{net};
|
||||
my $iface = $netentry->{iface};
|
||||
|
Reference in New Issue
Block a user