tunslip6: removed commented out line printing IP address
This commit is contained in:
parent
ab2c110c70
commit
6b473301c5
|
@ -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],
|
||||||
|
|
Loading…
Reference in a new issue