CVSROOT: /cvs Module name: src Changes by: sas...@cvs.openbsd.org 2022/05/03 07:32:47
Modified files: sys/net : pf.c Log message: Make pf(4) more paranoid about IGMP/MLP messages. MLD/IGMP messages with ttl other than 1 will be discarded. Also MLD messages with other than link-local source address will be discarded. IGMP messages with destination address other than multicast class will be discarded. feedback and OK bluhm@, cluadio@