Subject: CVS commit: src/sys/dist/pf/net
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/04/2006 02:28:12
Module Name:	src
Committed By:	dyoung
Date:		Mon Dec  4 02:28:12 UTC 2006

Modified Files:
	src/sys/dist/pf/net: pf.c

Log Message:
No need for a struct route_in6 in pf_route6().  Replace it with a
sockaddr_in6.

In pf_calc_mss(), factor common code out of PF_INET and PF_INET6
switch cases.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/dist/pf/net/pf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.