summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netflow/netflow_v9.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r260048:dim2014-01-041-2/+2
| | | | In sys/netgraph/netflow, use __FBSDID() instead of old-style rcs_id[].
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
| | | | | | | | | malloc(9) flags within sys. Exceptions: - sys/contrib not touched - sys/mbuf.h edited manually
* Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specificmelifaro2012-10-111-0/+11
| | | | | | | data. Submitted by: Dmitry Luhtionov <dmitryluhtionov at gmail.com> MFC after: 2 weeks
* Use time_uptime instead of getnanotime for accouting integer number of seconds.melifaro2012-06-161-6/+4
| | | | | | Reviewed by: glebius Approved by: ae(mentor) MFC after: 1 week
* Set netflow v9 observation domain value to fib number instead of node id.melifaro2012-06-161-1/+1
| | | | | | | | This fixes multi-fib netflow v9 export. Reviewed by: glebius Approved by: kib(mentor) MFC after: 1 week
* Fix double free.glebius2011-07-011-1/+0
| | | | Submitted by: Alexander V. Chernikov <melifaro ipfw.ru>
* Unbreak the build for no options INET6.bz2011-03-031-0/+2
| | | | | PR: kern/155227 Submitted by: Dmitry Afanasiev (KOT MATPOCKuH.Ru)
* Add support for NetFlow version 9 into ng_netflow(4) node.glebius2011-03-021-0/+483
Submitted by: Alexander V. Chernikov <melifaro ipfw.ru>
OpenPOWER on IntegriCloud