mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 19:58:43 +00:00
We need to prevent systemd-network from managing veth interface when using platforms like k3s as they control creation and management of the interfaces. (From OE-Core rev: b615bb279730ce3e0c4b4098a9e43700f2f095af) Signed-off-by: Matt Spencer <matt.spencer@arm.com> Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
155 B
SYSTEMD
14 lines
155 B
SYSTEMD
[Match]
|
|
Type=ether
|
|
Name=!veth*
|
|
KernelCommandLine=!nfsroot
|
|
KernelCommandLine=!ip
|
|
|
|
[Network]
|
|
DHCP=yes
|
|
|
|
[DHCP]
|
|
UseMTU=yes
|
|
RouteMetric=10
|
|
ClientIdentifier=mac
|