CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/02 01:33:43
Modified files:
sys/net : if_pppoe.c if_spppsubr.c
Log message:
wire the DLT_LOOP bpf listener up to packet transmission.
sppp_subr has to record which af the packet is so pppoe transmit
can skip showing non-ip packets to the DLT_LOOP listener. pppoe
transmit then has to skip over the pppoe and ppp headers so only
the IP payload is shown to bpf.
