mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-21 19:22:05 +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:
parent
1f14a1af98
commit
8fc48e7a21
@ -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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user