]> 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>
Thu, 6 May 2021 13:18:45 +0000 (13:18 +0000)
commit85983c6d646bc000e9746708d350459da8c7a958
tree14e772117d43207f8b76e0951e1abe9e9d743d7b
parent26993638c02456cc0752722c348a98c6b960602a
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

(cherry picked from commit a0d6d0d0b9aba6d4c025b2f2807e7c4b4c4b2415)
usr.sbin/arp/arp.c