aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/flowctl
Commit message (Collapse)AuthorAgeFilesLines
* Implement "verbose" optional keyword for "show" command. This is analogGleb Smirnoff2005-03-232-6/+67
| | | | | | | of Cisco's "show ip cache verbose flow" command. Notes: svn path=/head/; revision=144017
* Remove code, inherited from ipacctctl, which sets socket to non-blockingGleb Smirnoff2005-02-061-9/+1
| | | | | | | mode, since this introduces problems on SMP. Notes: svn path=/head/; revision=141393
* Remove redundant parameter inherited from ipacctctl.Gleb Smirnoff2005-01-181-8/+7
| | | | Notes: svn path=/head/; revision=140413
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
| | | | Notes: svn path=/head/; revision=140368
* Man page for flowctl utility.Gleb Smirnoff2004-09-172-1/+80
| | | | | | | | mdoc(7) lessons by: ru Approved by: julian (mentor) Notes: svn path=/head/; revision=135408
* - Remove advertising clause from copyright [1]Gleb Smirnoff2004-09-171-8/+1
| | | | | | | | | - Change my email to glebius@FreeBSD.org Requested by: ru [1] Notes: svn path=/head/; revision=135400
* Userland control utility for ng_netflow.Gleb Smirnoff2004-09-172-0/+253
Approved by: julian (mentor) Notes: svn path=/head/; revision=135380