Reset token-ring source routing control field on receipt of ethernet frame

without source routing information.  This restores the behaviour in this
scenario to that of prior to my last commit.
This commit is contained in:
Kelly Yancey 2002-05-15 01:03:32 +00:00
parent 91ca1a918f
commit c3a2190cdc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96624

View File

@ -722,6 +722,7 @@ match:
m->m_pkthdr.len += rif_len;
} else {
th->iso88025_shost[0] &= ~TR_RII;
trld->trld_rcf = 0;
}
m->m_data -= 8;
m->m_len += 8;