On Dec 26,  9:28pm, [email protected] (bch) wrote:
-- Subject: Re: CVS commit: src/sys

| On Dec 26, 2016 15:21, "Christos Zoulas" <[email protected]> wrote:
| 
| Module Name:    src
| Committed By:   christos
| Date:           Mon Dec 26 23:21:49 UTC 2016
| 
| Modified Files:
|         src/sys/dist/pf/net: pf_if.c
|         src/sys/external/bsd/ipf/netinet: ip_fil_netbsd.c
|         src/sys/net: if.c if_pppoe.c if_spppsubr.c pfil.c pfil.h
| 
| Log Message:
| pfil(9) improvements to handle address changes:
| 
| 
| My kernel with these changes is faulting (transcribed):
| 
| Panic: kernel diagnostic assertion "(flags &~PFIL_ALL)==0" failed: file
| "/usr/src/sys/net/pfil.c", line 187
| Fatal breakpoint trap in supervisor mode
| ...
| Stopped in PID 78.1 (ipf) at NetBSD: breakpoint+0x5: leave
| 
| Add:
|   PFIL_IFADDR     call on interface reconfig (mbuf is ioctl #)
|   PFIL_IFNET      call on interface attach/detach (mbuf is PFIL_IFNET_*)
| 
| from rmind@

Should be fixed now!

christos

Reply via email to