diff options
| author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-03-18 07:31:09 +0100 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-03-18 07:31:09 +0100 |
| commit | 8ce98a0b32111228827de661fe96efd52ee1b4bf (patch) | |
| tree | cd202e0ce5a6122343cffdaac0289067fecd2288 | |
| parent | c96fb5471a7dc83f0acd53e1f15da589ea13280a (diff) | |
| download | plan9front-8ce98a0b32111228827de661fe96efd52ee1b4bf.tar.xz | |
ip/ipconfig: stop spamming the console about router receiving RA's
| -rw-r--r-- | sys/src/cmd/ip/ipconfig/ipv6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/ip/ipconfig/ipv6.c b/sys/src/cmd/ip/ipconfig/ipv6.c index 311975989..9f2b70431 100644 --- a/sys/src/cmd/ip/ipconfig/ipv6.c +++ b/sys/src/cmd/ip/ipconfig/ipv6.c @@ -468,7 +468,6 @@ static void 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 */ |
