History log of /freebsd-10-stable/usr.sbin/flowctl/flowctl.c
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

# 236808 09-Jun-2012 melifaro

Add "human" option to print IPv4/IPv6 flows in human-readable format.
Show IPv4/IPv6 header IFF there are some flows following.
Wrap some long lines.

Sponsored by Yandex LLC

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


# 223824 06-Jul-2011 pluknet

Conditionally compile in the IPv4/IPv6 address family support.
Test it with feature_present(3), so that we do not end up with passing
an unsupported version to NgSendMsg(3).

Approved by: glebius


# 223788 05-Jul-2011 glebius

Rewrite the flowctl utility to add it support for displaying
both IPv4 and IPv4 flows.


# 193808 09-Jun-2009 imp

Get the other NG_PATHLEN while I'm here too :(.


# 193807 09-Jun-2009 imp

Use NG_PATHSIZ instead of NG_PATHLEN + 1.


# 144017 23-Mar-2005 glebius

Implement "verbose" optional keyword for "show" command. This is analog
of Cisco's "show ip cache verbose flow" command.


# 141393 06-Feb-2005 glebius

Remove code, inherited from ipacctctl, which sets socket to non-blocking
mode, since this introduces problems on SMP.


# 140413 18-Jan-2005 glebius

Remove redundant parameter inherited from ipacctctl.


# 135400 17-Sep-2004 glebius

- Remove advertising clause from copyright [1]
- Change my email to glebius@FreeBSD.org

Requested by: ru [1]


# 135380 17-Sep-2004 glebius

Userland control utility for ng_netflow.

Approved by: julian (mentor)