diff options
Diffstat (limited to 'sys/net/if.c')
-rw-r--r-- | sys/net/if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index 08c4a1f2..3e0cf0e 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -1357,7 +1357,7 @@ if_setlladdr(struct ifnet *ifp, const u_char *lladdr, int len) case IFT_FDDI: case IFT_XETHER: case IFT_ISO88025: - case IFT_PROPVIRTUAL: /* XXX waiting for IFT_8021_VLAN */ + case IFT_L2VLAN: bcopy(lladdr, ((struct arpcom *)ifp->if_softc)->ac_enaddr, len); bcopy(lladdr, LLADDR(sdl), len); break; |