From b0db9cc5886d657d15d0c07c64bf29a934e07952 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Mon, 1 Feb 2010 11:54:07 +0000 Subject: [PATCH] Print informative message if radvd could not be restarted (instead of failing) --- tools/sky/uip6-bridge/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sky/uip6-bridge/Makefile b/tools/sky/uip6-bridge/Makefile index d510f2232..a5f064c43 100644 --- a/tools/sky/uip6-bridge/Makefile +++ b/tools/sky/uip6-bridge/Makefile @@ -35,6 +35,6 @@ connect: ../../tapslip6 sudo ../../tapslip6 -t tap0 -s $(USBDEVPREFIX)$(word $(MOTE), $(CMOTES)) 127.0.0.1 255.0.0.0 bridge: - sudo service radvd restart + sudo service radvd restart || echo radvd could not be restarted sudo route add -6 aaaa::/64 tap0 sudo ip -6 address add aaaa::1/64 dev tap0