diff options
Diffstat (limited to 'meta-rcar-gen3-adas')
-rw-r--r-- | meta-rcar-gen3-adas/recipes-core/systemd/systemd/eth0.network | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-rcar-gen3-adas/recipes-core/systemd/systemd/eth0.network b/meta-rcar-gen3-adas/recipes-core/systemd/systemd/eth0.network index af08632..74951b4 100644 --- a/meta-rcar-gen3-adas/recipes-core/systemd/systemd/eth0.network +++ b/meta-rcar-gen3-adas/recipes-core/systemd/systemd/eth0.network @@ -1,6 +1,8 @@ [Match] Name=eth0 -[Network] +[Network] DHCP=ipv4 - + +[DHCP] +CriticalConnection=true |