From owner-freebsd-net@FreeBSD.ORG Tue Apr 5 16:24:08 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD49C106566C for ; Tue, 5 Apr 2011 16:24:08 +0000 (UTC) (envelope-from if@xip.at) Received: from chile.gbit.at (ns1.xip.at [193.239.188.99]) by mx1.freebsd.org (Postfix) with ESMTP id 1D31E8FC13 for ; Tue, 5 Apr 2011 16:24:07 +0000 (UTC) Received: (qmail 10181 invoked from network); 5 Apr 2011 18:24:07 +0200 Received: from unknown (HELO filebunker.xip.at) (89.207.145.147) by chile.gbit.at with (DHE-RSA-AES256-SHA encrypted) SMTP; 5 Apr 2011 18:24:07 +0200 Date: Tue, 5 Apr 2011 18:24:06 +0200 (CEST) From: Ingo Flaschberger To: "Li, Qing" In-Reply-To: Message-ID: References: , User-Agent: Alpine 2.00 (LRH 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="168430090-1533415124-1302020636=:2152" Content-ID: X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Nikolay Denev , "freebsd-net@freebsd.org" Subject: RE: Routing enhancement - reduce routing table locking X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2011 16:24:08 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --168430090-1533415124-1302020636=:2152 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; FORMAT=flowed Content-ID: >>> example that does not work: >>> ifconfig em0 192.168.0.1/24 >>> ifconfig em1 10.0.0.1/24 >>> route add 10.0.0.0/24 192.168.0.2 >>> >> >> What doesn't work ? The add or the delete operation? >> I can add and delete the 10.0.0.0/24 route fine on my system. > > try the attached script. now with script. Kind regards, Ingo Flaschberger --168430090-1533415124-1302020636=:2152--