Print informative message if radvd could not be restarted (instead of failing)
This commit is contained in:
parent
7df2613226
commit
b0db9cc588
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue