diff --git a/nmrp.c b/nmrp.c index 42057a5..eebaf83 100644 --- a/nmrp.c +++ b/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);