ref: 1aa2cbe075566e07c7217e056c53180fd723435f
parent: ccf40c7d068df5ddb850b7ded876ca00fc6a094d
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Mar 18 03:31:09 EDT 2018
ip/ipconfig: stop spamming the console about router receiving RA's
--- a/sys/src/cmd/ip/ipconfig/ipv6.c
+++ b/sys/src/cmd/ip/ipconfig/ipv6.c
@@ -468,7 +468,6 @@
recvrarouter(uchar buf[], int pktlen)
{USED(buf, pktlen);
- ralog("i am a router and got a router advert");}
/* host receiving a router advertisement calls this */
--
⑨