Return "" when NetDev.IpCIDR is empty
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
committed by
Christian Goll
parent
ec61ffbacc
commit
87da57d1a2
@@ -152,7 +152,6 @@ autoconnect=true
|
||||
[ethernet]
|
||||
[ipv4]
|
||||
method=manual
|
||||
address=<nil>
|
||||
route1=192.168.1.0/24,192.168.2.254
|
||||
[vlan]
|
||||
interface-name=eth0.902
|
||||
@@ -176,7 +175,6 @@ autoconnect=true
|
||||
[ethernet]
|
||||
[ipv4]
|
||||
method=manual
|
||||
address=<nil>
|
||||
|
||||
[ipv6]
|
||||
addr-gen-mode=stable-privacy
|
||||
|
||||
@@ -153,7 +153,7 @@ This file is autogenerated by warewulf
|
||||
</ipv4>
|
||||
<ipv4:static>
|
||||
<address>
|
||||
<local><nil></local>
|
||||
<local></local>
|
||||
</address>
|
||||
<route>
|
||||
<destination>192.168.1.0/24</destination>
|
||||
@@ -189,7 +189,7 @@ This file is autogenerated by warewulf
|
||||
</ipv4>
|
||||
<ipv4:static>
|
||||
<address>
|
||||
<local><nil></local>
|
||||
<local></local>
|
||||
</address>
|
||||
</ipv4:static>
|
||||
<ipv6>
|
||||
|
||||
Reference in New Issue
Block a user