From owner-cvs-src-old@FreeBSD.ORG Mon Mar 23 12:11:09 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 338461065768 for ; Mon, 23 Mar 2009 12:11:09 +0000 (UTC) (envelope-from jamie@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 04DC88FC1B for ; Mon, 23 Mar 2009 12:11:09 +0000 (UTC) (envelope-from jamie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2NCB6h8089351 for ; Mon, 23 Mar 2009 12:11:06 GMT (envelope-from jamie@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2NCB5qj089348 for cvs-src-old@freebsd.org; Mon, 23 Mar 2009 12:11:05 GMT (envelope-from jamie@repoman.freebsd.org) Message-Id: <200903231211.n2NCB5qj089348@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jamie@repoman.freebsd.org using -f From: Jamie Gritton Date: Mon, 23 Mar 2009 12:07:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sbin/ifconfig ifclone.c ifconfig.c ifgroup.c src/sys/net if.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2009 12:11:30 -0000 jamie 2009-03-23 12:07:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/ifconfig ifclone.c ifconfig.c ifgroup.c sys/net if.c Log: SVN rev 190318 on 2009-03-23 12:07:29Z by jamie MFC: r189864: Default to AF_LOCAL instead of AF_INET sockets for non-family-specific operations. This allows the query operations to work in non-IPv4 jails, and will be necessary in a future of possible non-INET networking. (reprise r189970) r190151: Call the interface's if_ioctl from ifioctl(), if the protocol didn't handle the ioctl. There are other paths that already call it, but this allows for a non-interface socket (like AF_LOCAL which ifconfig now uses) to use a broader class of interface ioctls. Approved by: bz (mentor) Revision Changes Path 1.3.2.4 +2 -2 src/sbin/ifconfig/ifclone.c 1.134.2.5 +12 -10 src/sbin/ifconfig/ifconfig.c 1.2.2.3 +2 -2 src/sbin/ifconfig/ifgroup.c 1.273.2.10 +5 -0 src/sys/net/if.c