mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 14:39:37 +00:00
When getting a RCN event in state ACK_RCVD, RFC 1661 demands that we
go to REQ_SENT (and we probably should also log this since it should only happen in a cross-linked connection). Submitted by: Mark Tinguely <tinguely@plains.NoDak.edu>
This commit is contained in:
parent
e653ecce87
commit
83cc7ae865
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52633
@ -1399,7 +1399,7 @@ sppp_cp_input(const struct cp *cp, struct sppp *sp, struct mbuf *m)
|
||||
(cp->tld)(sp);
|
||||
/* fall through */
|
||||
case STATE_ACK_RCVD:
|
||||
sppp_cp_change_state(cp, sp, STATE_ACK_SENT);
|
||||
sppp_cp_change_state(cp, sp, STATE_REQ_SENT);
|
||||
(cp->scr)(sp);
|
||||
break;
|
||||
case STATE_CLOSING:
|
||||
|
Loading…
Reference in New Issue
Block a user