Module Name: src
Committed By: knakahara
Date: Mon Aug 15 08:28:41 UTC 2022
Modified Files:
src/sys/net: if_pppoe.c
Log Message:
Fix stall on PPPOE_STATE_PADR_SENT, suggested by [email protected], thanks.
Just drop such large PADO frames, ok'ed by [email protected].
I left if_pppoe.c:r1.182 code because that fixes other issues such as
pppoe(4) stall in PPPOE_STATE_PADR_SENT when the PADO sender never
replys.
To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 src/sys/net/if_pppoe.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.