summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/netflow
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314651,r318439,r318440:ngie2017-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | r314651: sys/modules: normalize .CURDIR-relative paths to SRCTOP This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 r318439: Normalize .PATH on SRCTOP This will help Jenkins dedupe 9 warnings between the static build and the module build of ipsec(4). Missed in SRCTOP conversion in r314651. MFC with: r314651 r318440: Normalize SYSDIR on SRCTOP instead of .CURDIR This is being done to simplify pathing for CFLAGS and source files.
* Move most of the 15 variations on generating opt_inet.h andimp2014-08-041-11/+0
| | | | | | opt_inet6.h into kmod.mk by forcing almost everybody to eat the same dogfood. While at it, consolidate the opt_bpf.h and opt_mroute.h targets here too.
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| | | | from the latter.
* Use rt_numfibs variable instead of compile-time RT_NUMFIBS.melifaro2012-03-131-2/+0
| | | | | Reviewed by: glebius (previous version) Approved by: kib(mentor), ae(mentor)
* Add support for NetFlow version 9 into ng_netflow(4) node.glebius2011-03-021-1/+14
| | | | Submitted by: Alexander V. Chernikov <melifaro ipfw.ru>
* Attach ng_netflow to kernel build.glebius2004-09-161-0/+11
Approved by: julian (mentor)
OpenPOWER on IntegriCloud