History log of /freebsd-10-stable/share/man/man4/ng_netflow.4
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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

# 244082 10-Dec-2012 glebius

NGM_NETFLOW_SHOW reports IPv6 flows as well.

Submitted by: Dmitry Luhtionov <dmitryluhtionov gmail.com>


# 242997 13-Nov-2012 joel

Updates for netgraph node manual pages.

Discussed with: glebius
Submitted by: Mamontov Roman <mr.xanto@gmail.com>


# 242474 02-Nov-2012 glebius

Remove separate paragraph on ASCII messages and instead
provide this information along with messages documentation,
like this done in manual pages for other netgraph nodes.

Submitted by: Mamontov Roman <mr.xanto gmail.com>


# 241882 22-Oct-2012 melifaro

Provide example for newly-added NG_NETFLOW_V9INFO_TYPE

Submitted by: Dmitry Luhtionov <dmitryluhtionov at gmail.com>
MFC with: r241446


# 241501 13-Oct-2012 melifaro

Add forgotten documentation for new NGM_NETFLOW_V9INFO message.

Submitted by: Dmitry Luhtionov <dmitryluhtionov at gmail.com>
MFC with: r241446


# 237227 18-Jun-2012 melifaro

Make radix lookup on src and dst flow addresses optional
and configurable on per-interface basis.
Remove __inline__ for several functions being called once per
flow (e.g once per 10-20 packets on common traffic flows).
Update manual page to simplify search for BPF data link types.

Sponsored by Yandex LLC

Reviewed by: glebius
Approved by: ae(mentor)
MFC after: 2 weeks


# 235317 12-May-2012 gjb

General mdoc(7) and typo fixes.

PR: 167776
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days


# 233648 29-Mar-2012 eadler

Remove trailing whitespace per mdoc lint warning

Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days


# 233422 24-Mar-2012 joel

Remove superfluous paragraph macro.


# 231564 12-Feb-2012 ed

Globally replace u_int*_t from (non-contributed) man pages.

The reasoning behind this, is that if we are consistent in our
documentation about the uint*_t stuff, people will be less tempted to
write new code that uses the non-standard types.

I am not going to bump the man page dates, as these changes can be
considered style nits. The meaning of the man pages is unaffected.

MFC after: 1 month


# 219183 02-Mar-2011 glebius

Update manual: node now supports NetFlow v9.

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


# 206622 14-Apr-2010 uqs

mdoc: order prologue macros consistently by Dd/Dt/Os

Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.

Reviewed by: ru
Approved by: philip, ed (mentors)


# 183695 08-Oct-2008 mav

Document new NGM_NETFLOW_SETCONFIG control message.


# 173225 31-Oct-2007 keramida

Insert zero-width break points to fix warnigns in nroff output,
and reduce whitespace stretching in groff PS output.

groff-foo by: ru


# 160067 01-Jul-2006 ru

Grammar nit.


# 156219 02-Mar-2006 glebius

Update URL at cisco.com.


# 152526 16-Nov-2005 glebius

Xref ng_ether(4) and ng_iface(4) nodes, which are used in examples.


# 147398 15-Jun-2005 ru

Assorted markup fixes and minor wordsmithing.

Approved by: re


# 146095 11-May-2005 glebius

Describe newly implemented bug.


# 144794 08-Apr-2005 joel

Expand contractions.

Approved by: brueffer (mentor)


# 144019 23-Mar-2005 glebius

- Reword HOOKS paragraph also mentioning how data received on out* hooks
is handled.
- Xref flowctl.8


# 144018 23-Mar-2005 glebius

Describe usage of newly implemented out* hooks.


# 141349 05-Feb-2005 ru

Added the SYNOPSIS section.


# 140561 21-Jan-2005 ru

Sort sections.


# 140286 15-Jan-2005 ru

Markup style.


# 138989 17-Dec-2004 rse

1. To give the user a clue about the expiration timeout values, mention
the default timeouts of 1800 (activity) and 15 (inactivity) seconds.

2. Fix the "ifinfo" ASCII control message description:
it requires the interface number as an argument.

MFC after: 2 days


# 135401 17-Sep-2004 glebius

- properly capitalize NetFlow
- small grammar fix

Submitted by: ru


# 135396 17-Sep-2004 glebius

A man page for Netflow node.

English lessons by: julian
mdoc(7) lessons by: ru
Approved by: julian (mentor)