History log of /freebsd-10.3-release/sys/netgraph/netflow/netflow_v9.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 260278 04-Jan-2014 dim

MFC r260048:

In sys/netgraph/netflow, use __FBSDID() instead of old-style rcs_id[].


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 243882 05-Dec-2012 glebius

Mechanically substitute flags from historic mbuf allocator with
malloc(9) flags within sys.

Exceptions:

- sys/contrib not touched
- sys/mbuf.h edited manually


# 241446 11-Oct-2012 melifaro

Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specific
data.

Submitted by: Dmitry Luhtionov <dmitryluhtionov at gmail.com>
MFC after: 2 weeks


# 237164 16-Jun-2012 melifaro

Use time_uptime instead of getnanotime for accouting integer number of seconds.

Reviewed by: glebius
Approved by: ae(mentor)
MFC after: 1 week


# 237163 16-Jun-2012 melifaro

Set netflow v9 observation domain value to fib number instead of node id.
This fixes multi-fib netflow v9 export.

Reviewed by: glebius
Approved by: kib(mentor)
MFC after: 1 week


# 223706 01-Jul-2011 glebius

Fix double free.

Submitted by: Alexander V. Chernikov <melifaro ipfw.ru>


# 219229 03-Mar-2011 bz

Unbreak the build for no options INET6.

PR: kern/155227
Submitted by: Dmitry Afanasiev (KOT MATPOCKuH.Ru)


# 219182 02-Mar-2011 glebius

Add support for NetFlow version 9 into ng_netflow(4) node.

Submitted by: Alexander V. Chernikov <melifaro ipfw.ru>