From owner-cvs-all Thu Dec 3 20:20:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16715 for cvs-all-outgoing; Thu, 3 Dec 1998 20:20:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA16710; Thu, 3 Dec 1998 20:20:46 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA24584; Thu, 3 Dec 1998 20:21:25 -0800 (PST) Date: Thu, 3 Dec 1998 20:21:25 -0800 (PST) Message-Id: <199812040421.UAA24584@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet icmp_var.h ip_icmp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/03 20:21:25 PST Modified files: sys/netinet icmp_var.h ip_icmp.c Log: Cleanup icmp_var.h, make icmp bandlim sysctl permanent but if ICMP_BANDLIM option not defined the sysctl int value is set to -1 and read-only. #ifdef KERNEL's added appropriately to wall off visibility of kernel routines from user code. Revision Changes Path 1.12 +4 -10 src/sys/netinet/icmp_var.h 1.33 +15 -5 src/sys/netinet/ip_icmp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message