From owner-cvs-sys Sun Aug 24 18:27:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA05002 for cvs-sys-outgoing; Sun, 24 Aug 1997 18:27:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA04967; Sun, 24 Aug 1997 18:26:12 -0700 (PDT) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA06454; Sun, 24 Aug 1997 18:25:37 -0700 (PDT) Date: Sun, 24 Aug 1997 18:25:37 -0700 (PDT) Message-Id: <199708250125.SAA06454@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet icmp_var.h ip_icmp.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 1997/08/24 18:25:37 PDT Modified files: sys/netinet icmp_var.h ip_icmp.c Log: Configurably don't reply to broadcast or multicast echos. There are still potential problems with other automatic-reply ICMPs, but some of them may depend on broadcast/multicast to operate. (This code can simply be moved to the `reflect' label to generalize it.) Revision Changes Path 1.7 +2 -1 src/sys/netinet/icmp_var.h 1.28 +11 -1 src/sys/netinet/ip_icmp.c