aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3-adas/recipes-core/systemd/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'meta-rcar-gen3-adas/recipes-core/systemd/systemd')
-rw-r--r--meta-rcar-gen3-adas/recipes-core/systemd/systemd/dummy0.network6
-rw-r--r--meta-rcar-gen3-adas/recipes-core/systemd/systemd/eth0.network8
2 files changed, 14 insertions, 0 deletions
diff --git a/meta-rcar-gen3-adas/recipes-core/systemd/systemd/dummy0.network b/meta-rcar-gen3-adas/recipes-core/systemd/systemd/dummy0.network
new file mode 100644
index 0000000..26fd32b
--- /dev/null
+++ b/meta-rcar-gen3-adas/recipes-core/systemd/systemd/dummy0.network
@@ -0,0 +1,6 @@
+[Match]
+Name=dummy0
+
+[Network]
+DHCP=no
+
diff --git a/meta-rcar-gen3-adas/recipes-core/systemd/systemd/eth0.network b/meta-rcar-gen3-adas/recipes-core/systemd/systemd/eth0.network
new file mode 100644
index 0000000..74951b4
--- /dev/null
+++ b/meta-rcar-gen3-adas/recipes-core/systemd/systemd/eth0.network
@@ -0,0 +1,8 @@
+[Match]
+Name=eth0
+
+[Network]
+DHCP=ipv4
+
+[DHCP]
+CriticalConnection=true