-
Trying to bring up a DHCP ---
ignition:
version: 2.0.0
networkd:
units:
- name: 00-eno.network
contents: |-
[Match]
Name=eno12*
[Network]
Bond=bond0
- name: 10-bond0.netdev
contents: |-
[NetDev]
Name=bond0
Kind=bond
[Bond]
Mode=802.3ad
LACPTransmitRate=fast
TransmitHashPolicy=layer2
MIIMonitorSec=1s
- name: 20-bond0.network
contents: |-
[Match]
Name=bond0
[Network]
DHCP=true |
Beta Was this translation helpful? Give feedback.
Answered by
pothos
May 23, 2022
Replies: 1 comment 5 replies
-
This seems to be caused by ign-converter failing to handle the networkd units when transpiling v2 to v3, @tormath1 can tell more. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
pothos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This seems to be caused by ign-converter failing to handle the networkd units when transpiling v2 to v3, @tormath1 can tell more.
The workaround would be to create the units through plain file entries.