IFT_8021_VLAN -> IFT_L2VLAN per if_vlan_var.h rev 1.9. With this change

LINT compiles, but doesn't link.
This commit is contained in:
Brooks Davis 2001-07-25 00:19:59 +00:00
parent 4d60fee22b
commit bbce7eba7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80307
3 changed files with 3 additions and 3 deletions

View file

@ -1544,7 +1544,7 @@ static int nge_encap(sc, m_head, txidx)
if ((m_head->m_flags & (M_PROTO1|M_PKTHDR)) == (M_PROTO1|M_PKTHDR) &&
m_head->m_pkthdr.rcvif != NULL &&
m_head->m_pkthdr.rcvif->if_type == IFT_8021_VLAN)
m_head->m_pkthdr.rcvif->if_type == IFT_L2VLAN)
ifv = m_head->m_pkthdr.rcvif->if_softc;
#endif

View file

@ -1968,7 +1968,7 @@ static int ti_encap(sc, m_head, txidx)
if ((m_head->m_flags & (M_PROTO1|M_PKTHDR)) == (M_PROTO1|M_PKTHDR) &&
m_head->m_pkthdr.rcvif != NULL &&
m_head->m_pkthdr.rcvif->if_type == IFT_8021_VLAN)
m_head->m_pkthdr.rcvif->if_type == IFT_L2VLAN)
ifv = m_head->m_pkthdr.rcvif->if_softc;
#endif

View file

@ -1968,7 +1968,7 @@ static int ti_encap(sc, m_head, txidx)
if ((m_head->m_flags & (M_PROTO1|M_PKTHDR)) == (M_PROTO1|M_PKTHDR) &&
m_head->m_pkthdr.rcvif != NULL &&
m_head->m_pkthdr.rcvif->if_type == IFT_8021_VLAN)
m_head->m_pkthdr.rcvif->if_type == IFT_L2VLAN)
ifv = m_head->m_pkthdr.rcvif->if_softc;
#endif