Date: Fri, 12 Mar 2010 10:24:58 +0000 (UTC) From: Qing Li <qingli@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net flowtable.c Message-ID: <201003121025.o2CAPElv030009@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
qingli 2010-03-12 10:24:58 UTC
FreeBSD src repository
Modified files:
sys/net flowtable.c
Log:
SVN rev 205077 on 2010-03-12 10:24:58Z by qingli
The flow-table module retrieves the destination and source
address as well as the transport protocol port information
from the outbound packets. The routing code is generic and
compares every byte in the given sockaddr object. Therefore
the temporary sockaddr objects must be cleared due to padding
bytes. In addition, the port information must be stripped
or the route search will either fail or return the incorrect
route entry.
Unit testing is done using OpenVPN over the if_tun interface.
MFC after: 7 days
Revision Changes Path
1.28 +13 -0 src/sys/net/flowtable.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003121025.o2CAPElv030009>
