https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223824

--- Comment #3 from Eugene Grosbein <eu...@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.
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to