summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netflow/netflow.c
Commit message (Collapse)AuthorAgeFilesLines
* Expire aged flows in normal expiry thread. This fixes the problem, whenglebius2005-02-051-1/+2
| | | | a node disconnected from all sources of traffic never purges its cache.
* Break long lines in code and comments.glebius2005-02-051-15/+18
|
* In case of various tunneling protocols, mbuf may pass several interfacesglebius2005-02-011-3/+5
| | | | | | | | | before entering ng_netflow. In this case it will have not NULL m_pkthdr.rcvif. However, it will enter ng_iface soon with another index. So let in_ifIndex value configured by user override m_pkthdr.rcvif. Reported by: Damir Bikmuhametov MFC after: 1 week
* Use log() instead of printf(), to reduce flood on console.glebius2005-01-201-4/+7
| | | | MFC after: 1 week
* - Plug a memory leak in ng_netflow_cache_init().glebius2004-12-281-5/+10
| | | | | | | - Initialize error to 0 in ng_netflow_flow_add() (a nop change). - Update cache statistics holding workqueue mutex. MFC after: 3 days
* Removed bogus comment.glebius2004-11-011-2/+0
|
* - Remove advertising clause from copyright [1]glebius2004-09-171-8/+1
| | | | | | - Change my email to glebius@FreeBSD.org Requested by: ru [1]
* A netgraph node implementing Netflow version 5.glebius2004-09-161-0/+736
Supported by: Bestcom ISP, Rinet ISP Approved by: julian (mentor)
OpenPOWER on IntegriCloud