From 8da1c429d3079a633a82bb3758804abafd7d1b98 Mon Sep 17 00:00:00 2001
From: Oleg Hahm <oleg@hobbykeller.org>
Date: Fri, 14 Aug 2015 17:22:00 +0200
Subject: [PATCH] ng_networking: configure as router per default

---
 examples/ng_networking/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/ng_networking/Makefile b/examples/ng_networking/Makefile
index a8df3f24b0..4aa5086949 100644
--- a/examples/ng_networking/Makefile
+++ b/examples/ng_networking/Makefile
@@ -20,7 +20,7 @@ BOARD_BLACKLIST        := arduino-mega2560
 USEMODULE += ng_netif_default
 USEMODULE += auto_init_ng_netif
 # Specify the mandatory networking modules for IPv6 and UDP
-USEMODULE += ng_ipv6_default
+USEMODULE += ng_ipv6_router_default
 USEMODULE += ng_udp
 # This application dumps received packets to STDIO using the pktdump module
 USEMODULE += ng_pktdump
-- 
GitLab