Improve message
This commit is contained in:
parent
cfe1f3dbd7
commit
a88d28b32a
1 changed files with 1 additions and 1 deletions
2
nmrp.c
2
nmrp.c
|
@ -606,7 +606,7 @@ int nmrp_do(struct nmrpd_args *args)
|
|||
|
||||
memcpy(tx.eh.ether_dhost, rx.eh.ether_shost, 6);
|
||||
|
||||
printf("Sending configuration: ip %s, mask %s.\n",
|
||||
printf("Sending configuration: %s, netmask %s.\n",
|
||||
args->ipaddr, args->ipmask);
|
||||
|
||||
memcpy(arpmac, rx.eh.ether_shost, 6);
|
||||
|
|
Loading…
Add table
Reference in a new issue