Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/netinet
Module Name: syssrc
Committed By: martin
Date: Thu Mar 14 21:46:55 UTC 2002
Modified Files:
syssrc/sys/netinet: ip_nat.c ip_nat.h
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@localhost>.
To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 syssrc/sys/netinet/ip_nat.c
cvs rdiff -r1.24 -r1.25 syssrc/sys/netinet/ip_nat.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index