mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 20:12:44 +00:00
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
(cherry picked from commit a0d6d0d0b9
)
This commit is contained in:
parent
c36d306bb0
commit
2b3ce27cae
@ -281,6 +281,7 @@ valid_type(int type)
|
||||
switch (type) {
|
||||
case IFT_ETHER:
|
||||
case IFT_FDDI:
|
||||
case IFT_IEEE1394:
|
||||
case IFT_ISO88023:
|
||||
case IFT_ISO88024:
|
||||
case IFT_ISO88025:
|
||||
|
Loading…
Reference in New Issue
Block a user