arping: change a few message strings to be closer to iputils arping
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 11 Feb 2018 12:37:07 +0000 (13:37 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 11 Feb 2018 12:37:07 +0000 (13:37 +0100)
commita3ec3bd0f85befdc95657a249b4cc789667440d7
treeaec475ade1971870fdcc42aad6089ecf631faaab
parentf5d50fbd2f1814b9f4dbaeec6818d66989a43a5c
arping: change a few message strings to be closer to iputils arping

ARPING 192.168.1.1 from 192.168.1.172 wlan0
Unicast reply from 192.168.1.1 [F4:F2:6D:52:A8:DE]  1.672ms
Sent 1 probes (1 broadcast(s))
Received 1 response(s)

ARPING 192.168.1.1 from 192.168.1.172 wlan0
Unicast reply from 192.168.1.1 [f4:f2:6d:52:a8:de] 1.152ms
Sent 1 probe(s) (1 broadcast(s))
Received 1 response(s) (0 request(s), 0 broadcast(s))

function                                             old     new   delta
finish                                               120     100     -20

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/arping.c