Fix a typo introduced in r210936 which broke build.

This commit is contained in:
Pyun YongHyeon 2010-08-06 18:44:07 +00:00
parent c97bb67a70
commit 869ae66dfc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210946

View File

@ -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;