cvs commit: src/sys/netgraph/netflow netflow.c

[ Available lists | Index of cvs-src | Month of Feb 2005 | Week of 1 Feb 2005 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Gleb Smirnoff <glebius@FreeBSD.org>
Date
1 Feb 2005 14:07:06
Subject
cvs commit: src/sys/netgraph/netflow netflow.c
Message-ID
200502011407.j11E75iZ053645@repoman.freebsd.org


[ Hide this part ]
glebius     2005-02-01 14:07:05 UTC

FreeBSD src repository

Modified files:
sys/netgraph/netflow netflow.c
Log:
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

Revision Changes Path
1.6 +5 -3 src/sys/netgraph/netflow/netflow.c


Elapsed time: 0.044 seconds