Fix a typo introduced in r210936 which broke build.
This commit is contained in:
parent
57aab8cfc7
commit
c21b4e698b
@ -843,7 +843,7 @@ check_llbcast(struct mibif *ifp)
|
||||
case IFT_ETHER:
|
||||
case IFT_FDDI:
|
||||
case IFT_ISO88025:
|
||||
case IFI_L2VLAN:
|
||||
case IFT_L2VLAN:
|
||||
if (mib_find_rcvaddr(ifp->index, ether_bcast, 6) == NULL &&
|
||||
(rcv = mib_rcvaddr_create(ifp, ether_bcast, 6)) != NULL)
|
||||
rcv->flags |= MIBRCVADDR_BCAST;
|
||||
|
Loading…
Reference in New Issue
Block a user