From cd09c9b12df9bdf045a8711ed884afcc08087469 Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 7 Mar 1999 18:23:56 +0000 Subject: Upgrade (almost) to natd 2.0b1 - Transparent proxy support. - PERMANENT_LINK IS NOW OBSOLETE, use redirect_port instead. - Drop support for early FreeBSD 2.2 versions - If separate input & output sockets are being used use them to find out packet direction instead of normal mechanism. This can be handy in complex environments with multiple interfaces. - PPTP redirect support by Dru Nelson added. - Logging enhancements from Martin Machacek added. Obtained from: Ari Suutari --- sbin/natd/icmp.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sbin/natd/icmp.c') diff --git a/sbin/natd/icmp.c b/sbin/natd/icmp.c index 9624efd..1a144c2 100644 --- a/sbin/natd/icmp.c +++ b/sbin/natd/icmp.c @@ -1,13 +1,15 @@ /* + * natd - Network Address Translation Daemon for FreeBSD. + * * This software is provided free of charge, with no * warranty of any kind, either expressed or implied. * Use at your own risk. * - * You may copy, modify and distribute this software freely. + * You may copy, modify and distribute this software (icmp.c) freely. * * Ari Suutari * - * $Id: icmp.c,v 1.3 1997/12/27 19:31:11 alex Exp $ + * $Id:$ */ #include -- cgit v1.1