try to fix networking problem
This commit is contained in:
parent
0f118bd463
commit
92aeb25e9c
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
version: 2
|
version: 2
|
||||||
ethernets:
|
ethernets:
|
||||||
ens3:
|
ens:
|
||||||
|
match:
|
||||||
|
name: ens*
|
||||||
%{ if fixed_address != "" }
|
%{ if fixed_address != "" }
|
||||||
dhcp4: false
|
dhcp4: false
|
||||||
addresses:
|
addresses:
|
||||||
|
|
Reference in a new issue