mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
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:
parent
91ca1a918f
commit
c3a2190cdc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96624
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user