CVS commit: src/sys
"Shoichi YAMAGUCHI" <[email protected]> Tue, 28 Jul 2026 07:10:43 +0000
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: yamaguchi Date: Tue Jul 28 07:10:43 UTC 2026 Modified Files: src/sys/conf: files src/sys/net: if_pppoe.c if_sppp.h if_spppsubr.c if_spppvar.h src/sys/rump/librump/rumpnet: net_stub.c Log Message: sppp: Add BPF-based packet filtering for dial-on-demand and idle-timeout Introduce active/dialing filtering using BPF to if_spppsubr.c. This allows sync PPP interfaces (e.g. pppoe(4)) to control which traffic triggers dial-on-demand or keeps idle connections alive. This option is similar to PPP_FILTER. To generate a diff of this commit: cvs rdiff -u -r1.1321 -r1.1322 src/sys/conf/files cvs rdiff -u -r1.188 -r1.189 src/sys/net/if_pppoe.c cvs rdiff -u -r1.36 -r1.37 src/sys/net/if_sppp.h cvs rdiff -u -r1.307 -r1.308 src/sys/net/if_spppsubr.c cvs rdiff -u -r1.55 -r1.56 src/sys/net/if_spppvar.h cvs rdiff -u -r1.49 -r1.50 src/sys/rump/librump/rumpnet/net_stub.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.