aboutsummaryrefslogtreecommitdiff
path: root/dhcp
diff options
context:
space:
mode:
authorLuca Di Stefano <luca.distefano@linaro.org>2022-04-11 16:28:35 +0100
committerLuca Di Stefano <luca.distefano@linaro.org>2022-04-11 16:28:35 +0100
commitd7488bb057a58628946f988d829432b6c41ece0f (patch)
treecfb0fd15c9d92546d5d01774a5fb5f75824950b1 /dhcp
parentfabd2811959859ffab3dad5969cd6decca843591 (diff)
Fixed typo in the vlo dhcp config
Change-Id: Ia26a37a3cecaf2fadf2e7d966c7c4650e8e7bf8d
Diffstat (limited to 'dhcp')
-rw-r--r--dhcp/validation.linaro.org/7-0-staticdevices.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/dhcp/validation.linaro.org/7-0-staticdevices.conf b/dhcp/validation.linaro.org/7-0-staticdevices.conf
index 731424b..a9141db 100644
--- a/dhcp/validation.linaro.org/7-0-staticdevices.conf
+++ b/dhcp/validation.linaro.org/7-0-staticdevices.conf
@@ -609,7 +609,7 @@ host mtjade-bmc {
}
host mtjade-intel-nic-01 {
- hardare ethernet 00:1B:21:E3:71:95;
+ hardware ethernet 00:1B:21:E3:71:95;
fixed-address 10.7.0.199;
next-server 10.11.200.1;
filename "/grubnetaa64.efi.signed";
@@ -649,6 +649,7 @@ host test-rpi-lavapeur{
host staging-morello-01{
hardware ethernet 00:02:f7:00:96:eb;
fixed-address 10.7.0.107;
- next-server 10.0.0.10;
- filename "/morello/busybox.img";
+ next-server 10.0.0.10;
+ filename "/morello/busybox.img";
}
+