Improve trellis hag for mcast use cases
Adding 1 IPv4, 1 IPv6 host and IPv6 address to dh1
Change-Id: I7fe30d8f85e76dde0948689fa04a9154530a5419
diff --git a/trellis/dhcpd6.conf b/trellis/dhcpd6.conf
index dc90e4f..dccb5ec 100644
--- a/trellis/dhcpd6.conf
+++ b/trellis/dhcpd6.conf
@@ -13,6 +13,16 @@
option dhcp6.next-hop 2000::03ff;
}
+subnet6 2000::400/120 {
+ range6 2000::460 2000::4fe;
+ option dhcp6.next-hop 2000::04ff;
+}
+
+subnet6 2001::200/120 {
+ range6 2001::260 2001::2fe;
+ option dhcp6.next-hop 2001::02ff;
+}
+
subnet6 2000::9903/128 {
}
@@ -47,6 +57,16 @@
fixed-address6 2000::302;
}
+host h5v6 {
+ hardware ethernet 00:bb:00:00:00:05;
+ fixed-address6 2000::401;
+}
+
+host dh1 {
+ hardware ethernet 00:cc:00:00:00:01;
+ fixed-address6 2001::202;
+}
+
host rpd5v6 {
hardware ethernet 00:ee:00:00:00:01;
fixed-address6 2000::a0a;