On 23.1.2018. 15:36, Martin Pieuchot wrote: > Hello Hrvoje, > > On 23/01/18(Tue) 14:33, Hrvoje Popovski wrote: >> [...] >> uvm_fault(0xffffffff81b23f30, 0xb8, 0, 1) -> e > ^^^^ > This is the offset of `if_carp'. > > Since you're destroying vlans, which are the parent of your carps, we > can assume that `if_carpdev' is NULL which is why you're getting this > fault. > > This problem is similar to the one you reported previously with carp > and IPsec. Diff below should prevent it.
after 6 hours of torturing box and this diff with ifconfig trunk2 destroy && sh netstart && ifconfig vlan500 destroy && ifconfig ix2 down && ifconfig ix2 up && sh netstart && sleep 5 && ifconfig vlan400 destroy && ifconfig ix3 down && ifconfig ix3 up && sh netstart && sleep 5 under 14Mpps and ipsec up and running... box is still happy and running :) thank you ....
