Date: Fri, 24 Nov 2017 13:59:00 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 223824] [arm64] Kernel panic in ng_base.c (netgraph) Message-ID: <bug-223824-2472-eckXCFBt24@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-223824-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-223824-2472@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223824 --- Comment #3 from Eugene Grosbein <eugen@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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223824-2472-eckXCFBt24>