Nanostack Border Router is a generic mbed border router implementation that provides the 6LoWPAN ND or Thread border router initialization logic.

Revision:
22:8740285d8f09
Parent:
21:3754f30e7b69
Child:
44:261a58f0aba0
--- a/README.md	Mon Jun 19 08:00:19 2017 +0100
+++ b/README.md	Mon Jun 19 10:00:20 2017 +0100
@@ -80,6 +80,7 @@
 | `backhaul-prefix`                     | The IPv6 prefix (64 bits) assigned to and advertised on the backhaul interface. Example format: `fd00:1:2::` |
 | `backhaul-default-route`              | The default route (prefix and prefix length) where packets should be forwarded on the backhaul device, default: `::/0`. Example format: `fd00:a1::/10` |
 | `backhaul-next-hop`                   | The next-hop value for the backhaul default route; should be a link-local address of a neighboring router, default: empty (on-link prefix). Example format: `fe80::1` |
+| `backhaul-mld`                        | Enable sending Multicast Listener Discovery reports to backhaul network when a new multicast listener is registered in mesh network. Values: true or false |
 
 ### 6LoWPAN ND border router options