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
@ -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…
x
Reference in New Issue
Block a user