History log of /freebsd-11.0-release/usr.sbin/flowctl/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

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

302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

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


284345 13-Jun-2015 sjg

Add META_MODE support.

Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.

Still need to add real targets under targets/ to build packages.

Differential Revision: D2796
Reviewed by: brooks imp


278737 13-Feb-2015 glebius

Use less ugly code to allocate buffer of SORCVBUF_SIZE.


278589 11-Feb-2015 pfg

flowctl: Replace alloca() with an array.

Reviewed by: glebius


275054 25-Nov-2014 bapt

Convert usr.sbin to LIBADD
Reduce overlinking


267668 20-Jun-2014 bapt

use .Mt to mark up email addresses consistently (part2)

PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>


265420 06-May-2014 imp

Use src.opts.mk in preference to bsd.own.mk except where we need stuff
from the latter.


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


235873 24-May-2012 wblock

Fixes to man8 groff mandoc style, usage mistakes, or typos.

PR: 168016
Submitted by: Nobuyuki Koganemaru
Approved by: gjb
MFC after: 3 days


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


223790 05-Jul-2011 glebius

Update manual page. Mention IPv6 support, and notice that main
argument isn't actually a node, but a netgraph path.


223788 05-Jul-2011 glebius

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


213573 08-Oct-2010 uqs

mdoc: drop redundant .Pp and .LP calls

They have no effect when coming in pairs, or before .Bl/.Bd


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)


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.


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


135408 17-Sep-2004 glebius

Man page for flowctl utility.

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


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)