From owner-svn-src-all@FreeBSD.ORG Fri Jan 9 17:18:17 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CA97106566C; Fri, 9 Jan 2009 17:18:17 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8BBE28FC16; Fri, 9 Jan 2009 17:18:17 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n09HIHV4062852; Fri, 9 Jan 2009 17:18:17 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n09HIHqM062851; Fri, 9 Jan 2009 17:18:17 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <200901091718.n09HIHqM062851@svn.freebsd.org> From: Adrian Chadd Date: Fri, 9 Jan 2009 17:18:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r186960 - head/sys/netinet X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2009 17:18:18 -0000 Author: adrian Date: Fri Jan 9 17:18:17 2009 New Revision: 186960 URL: http://svn.freebsd.org/changeset/base/186960 Log: Better comment what the socket option does. Thanks to Sam Leffler for suggesting this. Modified: head/sys/netinet/in.h Modified: head/sys/netinet/in.h ============================================================================== --- head/sys/netinet/in.h Fri Jan 9 17:16:18 2009 (r186959) +++ head/sys/netinet/in.h Fri Jan 9 17:18:17 2009 (r186960) @@ -441,7 +441,8 @@ __END_DECLS #define IP_FAITH 22 /* bool; accept FAITH'ed connections */ #define IP_ONESBCAST 23 /* bool: send all-ones broadcast */ -#define IP_NONLOCALOK 24 /* allow bind to spoof other machines */ +#define IP_NONLOCALOK 24 /* bool: allow bind to spoof non-local addresses; + requires kernel compile option IP_NONLOCALBIND */ #define IP_FW_TABLE_ADD 40 /* add entry */ #define IP_FW_TABLE_DEL 41 /* delete entry */