freebsd-dev/sys/netgraph/netflow
Gleb Smirnoff 6aa1da2917 In case of various tunneling protocols, mbuf may pass several interfaces
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
2005-02-01 14:07:05 +00:00
..
netflow.c In case of various tunneling protocols, mbuf may pass several interfaces 2005-02-01 14:07:05 +00:00
netflow.h
ng_netflow.c Use log() instead of printf(), to reduce flood on console. 2005-01-20 13:28:39 +00:00
ng_netflow.h