Date: Thu, 1 Apr 2010 20:23:43 +0000 (UTC) From: Qing Li <qingli@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net flowtable.c Message-ID: <201004012024.o31KO6sq006937@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
qingli 2010-04-01 20:23:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/net flowtable.c Log: SVN rev 206055 on 2010-04-01 20:23:43Z by qingli MFC 205077 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. Revision Changes Path 1.15.2.12 +13 -0 src/sys/net/flowtable.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004012024.o31KO6sq006937>