dual stack option for network
This commit is contained in:
parent
83d590f1c9
commit
4c578bcf81
2 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
||||||
|
network:
|
||||||
|
version: 2
|
||||||
|
ethernets:
|
||||||
|
lo:
|
||||||
|
renderer: networkd
|
||||||
|
match:
|
||||||
|
name: lo
|
||||||
|
addresses:
|
||||||
|
- ${loopback_ipv4}/32
|
Loading…
Reference in a new issue