ref: 8ce98a0b32111228827de661fe96efd52ee1b4bf
parent: c96fb5471a7dc83f0acd53e1f15da589ea13280a
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 */