Re: VNET kernel panic on remove renamed interfaces

2017-03-14 Thread Ayaka Koshibe
Hi, This looks identical to the panic that I was seeing. It was just patched in -CURRENT yesterday (r315192) - maybe it's this? https://svnweb.freebsd.org/base?view=revision&revision=315192 Ayaka On Tue, Mar 14, 2017 at 11:25 AM, Reshad Patuck wrote: > Hi, > > I am trying to use vnet and pf t

BPF departure handler and interface renaming

2017-03-13 Thread Ayaka Koshibe
Hi, I had submitted a PR for a panic caused by Open vSwitch a while back: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213015 It looks to be due to traffic being sent while a tap interface is being renamed, during which if_bpf in the ifnet is set to null. The following patch does stop the p