From owner-cvs-src@FreeBSD.ORG Wed Jun 13 18:08:01 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 756A616A46C; Wed, 13 Jun 2007 18:08:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 61BC313C4B7; Wed, 13 Jun 2007 18:08:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5DI81DL067620; Wed, 13 Jun 2007 18:08:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5DI81pr067606; Wed, 13 Jun 2007 18:08:01 GMT (envelope-from rwatson) Message-Id: <200706131808.l5DI81pr067606@repoman.freebsd.org> From: Robert Watson Date: Wed, 13 Jun 2007 18:08:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig af_ipx.c ifconfig.c ifconfig.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2007 18:08:01 -0000 rwatson 2007-06-13 18:08:00 UTC FreeBSD src repository Modified files: sbin/ifconfig af_ipx.c ifconfig.c ifconfig.h Log: Remove IPX over IP tunneling pieces from ifconfig(8), omitted portion of previous commit: Remove IPX over IP tunneling support, which allows IPX routing over IP tunnels, and was not MPSAFE. The code can be easily restored in the event that someone with an IPX over IP tunnel configuration can work with me to test patches. This removes one of five remaining consumers of NET_NEEDS_GIANT. Approved by: re (kensmith) Spotted by: Artem Naluzhny Revision Changes Path 1.4 +0 -10 src/sbin/ifconfig/af_ipx.c 1.133 +0 -2 src/sbin/ifconfig/ifconfig.c 1.21 +0 -1 src/sbin/ifconfig/ifconfig.h