From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 3 05:40:53 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AA611065670; Fri, 3 Jul 2009 05:40:53 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1FA358FC0C; Fri, 3 Jul 2009 05:40:53 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from freefall.freebsd.org (brian@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n635er6q065051; Fri, 3 Jul 2009 05:40:53 GMT (envelope-from brian@freefall.freebsd.org) Received: (from brian@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n635eqBg065047; Fri, 3 Jul 2009 05:40:52 GMT (envelope-from brian) Date: Fri, 3 Jul 2009 05:40:52 GMT Message-Id: <200907030540.n635eqBg065047@freefall.freebsd.org> To: fbsdbugs.10.awinder@spamgourmet.com, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org From: brian@FreeBSD.org Cc: Subject: Re: kern/136257: Able to set an invalid netmask X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2009 05:40:53 -0000 Synopsis: Able to set an invalid netmask State-Changed-From-To: open->feedback State-Changed-By: brian State-Changed-When: Fri Jul 3 05:38:27 UTC 2009 State-Changed-Why: Hi, Can you be more specific as to why you think there's a problem? FreeBSD supports non-contiguous netmasks - they don't have to be composed of a series of binary ones followed by all binary zeros. When a netmask is non-contiguous, the system shows it as a hex value rather than as a number of one-bits. Unless you've got any specific problems with this, I'd like to close this as a feature not a bug. http://www.freebsd.org/cgi/query-pr.cgi?pr=136257