mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-10 08:25:23 +00:00
tunslip6: removed commented out line printing IP address
This commit is contained in:
@@ -224,7 +224,6 @@ serial_to_tun(FILE *inslip, int outfd)
|
|||||||
inet_pton(AF_INET6, ipaddr, &addr);
|
inet_pton(AF_INET6, ipaddr, &addr);
|
||||||
if(timestamp) stamptime();
|
if(timestamp) stamptime();
|
||||||
fprintf(stderr,"*** Address:%s => %02x%02x:%02x%02x:%02x%02x:%02x%02x\n",
|
fprintf(stderr,"*** Address:%s => %02x%02x:%02x%02x:%02x%02x:%02x%02x\n",
|
||||||
// printf("*** Address:%s => %02x%02x:%02x%02x:%02x%02x:%02x%02x\n",
|
|
||||||
ipaddr,
|
ipaddr,
|
||||||
addr.s6_addr[0], addr.s6_addr[1],
|
addr.s6_addr[0], addr.s6_addr[1],
|
||||||
addr.s6_addr[2], addr.s6_addr[3],
|
addr.s6_addr[2], addr.s6_addr[3],
|
||||||
|
Reference in New Issue
Block a user