From owner-freebsd-net@FreeBSD.ORG Thu Jun 27 04:35:54 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0854CBE1 for ; Thu, 27 Jun 2013 04:35:54 +0000 (UTC) (envelope-from s.khanchi@gmail.com) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) by mx1.freebsd.org (Postfix) with ESMTP id 971681687 for ; Thu, 27 Jun 2013 04:35:53 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id n11so181168wgh.9 for ; Wed, 26 Jun 2013 21:35:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=xPe1mIrzWj1BAff3srKgscuT2t4c/Avxzv8BC3/fX+k=; b=V8xuA7m4ArZl1cEfxpPtm8dPC7WIn4NGiXKp8rW1ErXjwa0xTtHvD2scTlOCAmalS6 fsHhRVvRAgabj0DRkc1pHDGn+IBnqvsKtDmG8A7+HX9kI4Z4fJJRWU/DMVchqxuJSydn Q6ANWj0dCmZPhYytaFE+5Y4LTSQa8KHHq96qogmwac9bdKpvGQnX4xX+IVjOFv4pzabT wT16rJHz8Y7rq6zFZUkj81mmItwuW1eKsD7+a0CY9J7fhLWGiKS78sLO7OA3cIfNzs4n HyUUx+9whQuUV/PwzUm+EX/4kKDF3TB5elsoV+JDO2bclLevYPmo5BR9LKmhaZj9G2n4 2zzA== X-Received: by 10.180.105.231 with SMTP id gp7mr247716wib.23.1372307752165; Wed, 26 Jun 2013 21:35:52 -0700 (PDT) MIME-Version: 1.0 Sender: s.khanchi@gmail.com Received: by 10.194.22.195 with HTTP; Wed, 26 Jun 2013 21:35:32 -0700 (PDT) In-Reply-To: References: From: h bagade Date: Thu, 27 Jun 2013 09:05:32 +0430 X-Google-Sender-Auth: PWJcENHJ7fmrEcVFxh-wyW43Wb8 Message-ID: Subject: Re: probable side effects of deleting interfaces ip addresses(loopback ones) from routing table ! To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2013 04:35:54 -0000 On Sat, Jun 22, 2013 at 12:25 PM, h bagade wrote: > Hi all, > > I've deleted the interface ip address from routing table and only keep the > network address. Nothing is behaving unusual afterwards. I think this > loopback ip address is added for better performance. My question is would I > get in to trouble by deleting these ip addresses from routing table or > it's, as I think, just a matter of performance? > > Thanks in advance > I've done further tests after deleting loopback ip addresses and my system works correctly without any side effects! Is that really OK with deleting these ip addresses?