[Bug 223824] [arm64] Kernel panic in ng_base.c (netgraph)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 24 13:59:00 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223824
--- Comment #3 from Eugene Grosbein <eugen at freebsd.org> ---
You have to add NETGRAPH_DEBUG to your kernel configuration to obtain more
debug information. Please note that NETGRAPH_DEBUG changes netgraph ABI, so you
won't be able to use pre-built netgraph modules with such a kernel, so add all
needed options statically:
options NETGRAPH_DEBUG
options NETGRAPH
options NETGRAPH_SOCKET
options NETGRAPH_L2TP
options NETGRAPH_MPPC_COMPRESSION
options NETGRAPH_MPPC_ENCRYPTION
options NETGRAPH_IFACE
options NETGRAPH_PPP
options NETGRAPH_TEE
options NETGRAPH_VJC
options NETGRAPH_ETHER
options NETGRAPH_ASYNC
Then retry your test.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list