From owner-cvs-src-old@FreeBSD.ORG Fri Mar 20 13:42:02 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 1ED781065679 for ; Fri, 20 Mar 2009 13:42:02 +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 E5A158FC35 for ; Fri, 20 Mar 2009 13:42:01 +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 n2KDg0bR082065 for ; Fri, 20 Mar 2009 13:42:00 GMT (envelope-from jamie@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2KDfwga082058 for cvs-src-old@freebsd.org; Fri, 20 Mar 2009 13:41:58 GMT (envelope-from jamie@repoman.freebsd.org) Message-Id: <200903201341.n2KDfwga082058@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jamie@repoman.freebsd.org using -f From: Jamie Gritton Date: Fri, 20 Mar 2009 13:41:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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: Fri, 20 Mar 2009 13:42:03 -0000 jamie 2009-03-20 13:41:23 UTC FreeBSD src repository Modified files: sys/net if.c Log: SVN rev 190151 on 2009-03-20 13:41:23Z by jamie 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), rwatson Revision Changes Path 1.311 +5 -0 src/sys/net/if.c