mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
MFC after: 2 weeks
(cherry picked from commit a0d6d0d0b9)
This commit is contained in:
parent
89ed20a9b6
commit
c59b71fd54
1 changed files with 1 additions and 0 deletions
|
|
@ -299,6 +299,7 @@ valid_type(int type)
|
|||
switch (type) {
|
||||
case IFT_ETHER:
|
||||
case IFT_FDDI:
|
||||
case IFT_IEEE1394:
|
||||
case IFT_INFINIBAND:
|
||||
case IFT_ISO88023:
|
||||
case IFT_ISO88024:
|
||||
|
|
|
|||
Loading…
Reference in a new issue