]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
arp(8): fixing the deletion failure of IEEE1394 associated addresses
authorTai-hwa Liang <avatar@FreeBSD.org>
Mon, 12 Apr 2021 06:27:03 +0000 (06:27 +0000)
committerTai-hwa Liang <avatar@FreeBSD.org>
Tue, 13 Apr 2021 22:59:58 +0000 (22:59 +0000)
commita0d6d0d0b9aba6d4c025b2f2807e7c4b4c4b2415
tree742b02fe8e379f1e2d402eb7ada291afa3ea29be
parentd9b61e7153c64b141436b4d9619b166c6d35a0a6
arp(8): fixing the deletion failure of IEEE1394 associated addresses

Without this, 'arp -d ${IEEE1394_ADDRESS}' gives the following error:

arp: delete: cannot locate 10.0.0.71

Reviewed by: glebius
MFC after: 2 weeks
usr.sbin/arp/arp.c