]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In case of various tunneling protocols, mbuf may pass several interfaces
authorglebius <glebius@FreeBSD.org>
Tue, 1 Feb 2005 14:07:05 +0000 (14:07 +0000)
committerglebius <glebius@FreeBSD.org>
Tue, 1 Feb 2005 14:07:05 +0000 (14:07 +0000)
commit7db04c586c990023fc8713e64595e52656b4077e
tree4a1e0da990ea04f2d68d3ee7f8512c919a96cbb4
parent9c48e16769f7901316249afda0caa75cca335e07
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
sys/netgraph/netflow/netflow.c