From owner-freebsd-stable@FreeBSD.ORG Wed Jun 23 13:40:59 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2026E16A4CE for ; Wed, 23 Jun 2004 13:40:59 +0000 (GMT) Received: from enterprise.another.com.au (dsl-210-15-193-5.TAS.netspace.net.au [210.15.193.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B901D43D5D for ; Wed, 23 Jun 2004 13:40:56 +0000 (GMT) (envelope-from richard@another.com.au) Received: from enterprise.another.com.au (nobody@localhost [127.0.0.1]) i5NDUNWf086024 for ; Wed, 23 Jun 2004 23:30:23 +1000 (EST) (envelope-from richard@enterprise.another.com.au) Received: from localhost (richard@localhost)i5NDUMOS086021 for ; Wed, 23 Jun 2004 23:30:23 +1000 (EST) (envelope-from richard@enterprise.another.com.au) Date: Wed, 23 Jun 2004 23:30:22 +1000 (EST) From: Richard Beyer To: freebsd-stable@freebsd.org Message-ID: <20040623232823.V85983@enterprise.another.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: clamd / ClamAV version 0.73, clamav-milter version 0.73a on enterprise.another.com.au X-Virus-Status: Clean X-Filter-Version: 1.11a (enterprise.another.com.au) X-Spam-Status: No, hits=-100.7 required=4.5 tests=AWL,BAYES_00,USER_IN_WHITELIST autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mail.another.com.au Subject: Netmask issue in ucd-snmp X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2004 13:40:59 -0000 Don't know who to report this to, the netmask in /etc/snmpd.conf for ucd-snmp doesn't work as expected. a.b.c.d/27 reported an error, had to resort to a.b.c.d/24 to get it to allow my sub net to query it. Richard