https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231659
--- Comment #34 from Lev A. Serebryakov ---
Ok, I have new data.
Softcrypto or IPsec is only symptom, not cause.
Cause is igb/em driver (different files, logically same place).
I can reproduce driver KASSERT on kernel with INVARIANTS wit
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231659
Lev A. Serebryakov changed:
What|Removed |Added
Summary|[em][igb][softcrypto] |[em][igb] 12-ALPHA8 r339259
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221754
Taka changed:
What|Removed |Added
CC||inoue.taka...@nihon-u.ac.jp
--- Comment #2
Hello!
I am working on a meshnet concept and am using netgraph to put it right
on top of the MAC layer. I am using ng_iface to do some tunneling of IP
over my protocol and I thought it would be nice to be able to set the
MTU of the created interface using the netgraph interface.
I created a patch
11.10.2018 2:43, Andreas Kempe wrote:
> I am working on a meshnet concept and am using netgraph to put it right
> on top of the MAC layer. I am using ng_iface to do some tunneling of IP
> over my protocol and I thought it would be nice to be able to set the
> MTU of the created interface using the