aboutsummaryrefslogtreecommitdiff
path: root/dhcp
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp')
-rw-r--r--dhcp/validation.linaro.org/7-0-staticdevices.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/dhcp/validation.linaro.org/7-0-staticdevices.conf b/dhcp/validation.linaro.org/7-0-staticdevices.conf
index a9141db..a8ed72a 100644
--- a/dhcp/validation.linaro.org/7-0-staticdevices.conf
+++ b/dhcp/validation.linaro.org/7-0-staticdevices.conf
@@ -653,3 +653,16 @@ host staging-morello-01{
filename "/morello/busybox.img";
}
+host staging-morello-02{
+ hardware ethernet 00:02:f7:00:98:1a;
+ fixed-address 10.7.0.108;
+ next-server 10.0.0.10;
+ filename "/morello/busybox.img";
+}
+
+host staging-morello-03{
+ hardware ethernet 00:02:f7:00:97:ff;
+ fixed-address 10.7.0.109;
+ next-server 10.0.0.10;
+ filename "/morello/busybox.img";
+}