| Message ID | 20260123042741.10313-3-v-singh1@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | Add Zeroconf networking support for Dante DEP | expand |
diff --git a/meta-arago-distro/recipes-core/systemd/systemd/10-eth.network b/meta-arago-distro/recipes-core/systemd/systemd/10-eth.network index b16ce4c3..aad5e194 100644 --- a/meta-arago-distro/recipes-core/systemd/systemd/10-eth.network +++ b/meta-arago-distro/recipes-core/systemd/systemd/10-eth.network @@ -3,4 +3,5 @@ Name=eth0 KernelCommandLine=!root=/dev/nfs [Network] +LinkLocalAddressing=ipv4 DHCP=yes diff --git a/meta-arago-distro/recipes-core/systemd/systemd/15-eth.network b/meta-arago-distro/recipes-core/systemd/systemd/15-eth.network index be47a01f..0aa8b22d 100644 --- a/meta-arago-distro/recipes-core/systemd/systemd/15-eth.network +++ b/meta-arago-distro/recipes-core/systemd/systemd/15-eth.network @@ -6,4 +6,5 @@ KernelCommandLine=!root=/dev/nfs RequiredForOnline=no [Network] +LinkLocalAddressing=ipv4 DHCP=yes diff --git a/meta-arago-distro/recipes-core/systemd/systemd/60-usb.network b/meta-arago-distro/recipes-core/systemd/systemd/60-usb.network index dbba1898..73e5587c 100644 --- a/meta-arago-distro/recipes-core/systemd/systemd/60-usb.network +++ b/meta-arago-distro/recipes-core/systemd/systemd/60-usb.network @@ -2,4 +2,5 @@ Name=usb* [Network] +LinkLocalAddressing=ipv4 DHCP=yes