CVSROOT: /cvs Module name: src Changes by: rzalam...@cvs.openbsd.org 2017/05/19 04:43:05
Modified files: sys/net : pf.c Log message: Change PF behavior to allow MLD Listener Report packets to be sent without needing a previously created state by MLD Listener Query. It wasn't working because: (1) you might not have a previous MLD Listener Query and (2) the addresses of the Query and Report don't match. ok mikeb@, sashan@