Issue #3128 has been updated by sepherosa.
You can replace uma w/ malloc safely. On Fri, Apr 13, 2018 at 12:55 PM, <[email protected]> wrote: > Issue #3128 has been updated by aswell. > > > When attempting to compile using a Makefile that references netflow.c, there > are a number of errors, shown here: > https://app.box.com/s/x4vqli09905xgomizenklkn9bddbf7er > > Of note, there are several references to uma, which appears is part of > FreeBSD 5.0 era memory management, and is not a part of DragonFly. > > > > > ---------------------------------------- > Bug #3128: netgraph7/ng_netflow does not compile > http://bugs.dragonflybsd.org/issues/3128#change-13406 > > * Author: aswell > * Status: New > * Priority: Normal > * Assignee: > * Category: Kernel > * Target version: 5.0.0 > ---------------------------------------- > Adding "WANTS_NETGRAPH7" to /etc/make.conf and "options NETGRAPH7" to kernel > does not provide ng_netflow, as there is no Makefile: > https://github.com/DragonFlyBSD/DragonFlyBSD/tree/master/sys/netgraph7/netflow > > Creating Makefile and referencing either "netflow.c" or "ng_netflow.c" > results in compilation errors. > > Possible to use netflow in DF 5.x? > > Reference: https://en.wikipedia.org/wiki/NetFlow > > > > > > -- > You have received this notification because you have either subscribed to it, > or are involved in it. > To change your notification preferences, please click here: > http://bugs.dragonflybsd.org/my/account -- Tomorrow Will Never Die ---------------------------------------- Bug #3128: netgraph7/ng_netflow does not compile http://bugs.dragonflybsd.org/issues/3128#change-13407 * Author: aswell * Status: New * Priority: Normal * Assignee: * Category: Kernel * Target version: 5.0.0 ---------------------------------------- Adding "WANTS_NETGRAPH7" to /etc/make.conf and "options NETGRAPH7" to kernel does not provide ng_netflow, as there is no Makefile: https://github.com/DragonFlyBSD/DragonFlyBSD/tree/master/sys/netgraph7/netflow Creating Makefile and referencing either "netflow.c" or "ng_netflow.c" results in compilation errors. Possible to use netflow in DF 5.x? Reference: https://en.wikipedia.org/wiki/NetFlow -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
