CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2024/12/10 21:22:41
Modified files: sys/net : if_pfsync.c Log message: get rid of code for an extra DLT_LOOP bpf attachment. pfsync doesnt know the source address in IP packets before it calls ip_output, so the extra bpf attachment has a distorted view of what IP packets are being sent anyway. you can tcpdump on the pfsync syncdev if you want to see what will be on the wire.