CVS commit: src/sys/net
"Shoichi YAMAGUCHI" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: yamaguchi Date: Fri Jun 5 02:55:41 UTC 2026 Modified Files: src/sys/net: if_spppsubr.c Log Message: pppoe(4): wait for incoming connection in STATE_STARTING on server When the interface goes up, LCP is now explicitly opened to start the lower (PPPoE) layer. This behavior is the same for both active and passive connections. To unify the implementation, remove the difference in LCP handling between these connections. To generate a diff of this commit: cvs rdiff -u -r1.285 -r1.286 src/sys/net/if_spppsubr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.