summaryrefslogtreecommitdiffstats
path: root/usr.sbin/flowctl
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-131-0/+20
|\ | | | | | | | | | | | | | | | | | | | | 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
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-272-4/+3
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-191-2/+2
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| | |
| * | Updated dependenciessjg2014-05-101-0/+2
| | |
| * | Merge from headsjg2014-05-081-1/+1
| |\ \
| * | | Updated dependenciessjg2013-03-111-0/+1
| | | |
| * | | Updated dependenciessjg2013-02-161-2/+0
| | | |
| | | |
| | \ \
| *-. \ \ Sync from headsjg2012-11-042-13/+34
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+21
| | |/ / / | |/| | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | Use less ugly code to allocate buffer of SORCVBUF_SIZE.glebius2015-02-131-1/+3
| | | | |
* | | | | flowctl: Replace alloca() with an array.pfg2015-02-111-3/+1
| | | | | | | | | | | | | | | | | | | | Reviewed by: glebius
* | | | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| |_|_|/ |/| | | | | | | | | | | Reduce overlinking
* | | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-2/+2
| |_|/ |/| | | | | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de>
* | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |/ |/| | | | | from the latter.
* | Add "human" option to print IPv4/IPv6 flows in human-readable format.melifaro2012-06-092-13/+34
|/ | | | | | | | | | | 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
* Fixes to man8 groff mandoc style, usage mistakes, or typos.wblock2012-05-241-1/+1
| | | | | | | PR: 168016 Submitted by: Nobuyuki Koganemaru Approved by: gjb MFC after: 3 days
* Conditionally compile in the IPv4/IPv6 address family support.pluknet2011-07-062-4/+24
| | | | | | | Test it with feature_present(3), so that we do not end up with passing an unsupported version to NgSendMsg(3). Approved by: glebius
* Update manual page. Mention IPv6 support, and notice that mainglebius2011-07-051-3/+8
| | | | argument isn't actually a node, but a netgraph path.
* Rewrite the flowctl utility to add it support for displayingglebius2011-07-052-53/+168
| | | | both IPv4 and IPv4 flows.
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
| | | | They have no effect when coming in pairs, or before .Bl/.Bd
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
| | | | | | | | 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)
* Get the other NG_PATHLEN while I'm here too :(.imp2009-06-091-1/+1
|
* Use NG_PATHSIZ instead of NG_PATHLEN + 1.imp2009-06-091-1/+1
|
* Implement "verbose" optional keyword for "show" command. This is analogglebius2005-03-232-6/+67
| | | | of Cisco's "show ip cache verbose flow" command.
* Remove code, inherited from ipacctctl, which sets socket to non-blockingglebius2005-02-061-9/+1
| | | | mode, since this introduces problems on SMP.
* Remove redundant parameter inherited from ipacctctl.glebius2005-01-181-8/+7
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Man page for flowctl utility.glebius2004-09-172-1/+80
| | | | | mdoc(7) lessons by: ru Approved by: julian (mentor)
* - Remove advertising clause from copyright [1]glebius2004-09-171-8/+1
| | | | | | - Change my email to glebius@FreeBSD.org Requested by: ru [1]
* Userland control utility for ng_netflow.glebius2004-09-172-0/+253
Approved by: julian (mentor)
OpenPOWER on IntegriCloud