Subject: CVS commit: basesrc/dist/ipf
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 03/14/2002 23:47:20
Module Name: basesrc
Committed By: martin
Date: Thu Mar 14 21:47:20 UTC 2002
Modified Files:
basesrc/dist/ipf: natparse.c printnat.c
Log Message:
Add MSS clamping to the IP Filter NAT subsystem.
Configured by a new option "mssclamp" in NAT rules, like:
map pppoe0 192.168.1.0/24 -> 0/32 mssclamp 1452
This is based on work by Xiaodan Tang <xtang@qnx.com>.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/dist/ipf/natparse.c
cvs rdiff -r1.3 -r1.4 basesrc/dist/ipf/printnat.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.