From owner-freebsd-current@FreeBSD.ORG Sun Jul 3 21:12:19 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F1E516A41C for ; Sun, 3 Jul 2005 21:12:19 +0000 (GMT) (envelope-from nike_d@cytexbg.com) Received: from mail.interbgc.com (mx03.interbgc.com [217.9.224.229]) by mx1.FreeBSD.org (Postfix) with SMTP id 3A0C943D49 for ; Sun, 3 Jul 2005 21:12:17 +0000 (GMT) (envelope-from nike_d@cytexbg.com) Received: (qmail 51671 invoked from network); 3 Jul 2005 21:12:16 -0000 Received: from nike_d@cytexbg.com by keeper.interbgc.com by uid 1002 with qmail-scanner-1.14 (uvscan: v4.2.40/v4374. spamassassin: 2.63. Clear:SA:0(-2.6/8.0):. Processed in 2.019317 secs); 03 Jul 2005 21:12:16 -0000 X-Spam-Status: No, hits=-2.6 required=8.0 Received: from 213-240-205-57.1697748.ddns.cablebg.net (HELO tormentor.totalterror.net) (213.240.205.57) by mx03.interbgc.com with SMTP; 3 Jul 2005 21:12:14 -0000 Received: (qmail 39746 invoked from network); 3 Jul 2005 21:12:13 -0000 Received: from qmail by qscan (mail filter); 3 Jul 2005 21:12:13 +0000 Received: from unknown (HELO ?10.0.0.3?) (10.0.0.3) by tormentor.totalterror.net with SMTP; 3 Jul 2005 21:12:13 -0000 Message-ID: <42C854CC.90602@cytexbg.com> Date: Mon, 04 Jul 2005 00:12:44 +0300 From: Niki Denev User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <42C84717.9020100@cytexbg.com> <86irzrwqnc.fsf@xps.des.no> In-Reply-To: <86irzrwqnc.fsf@xps.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: current@freebsd.org Subject: Re: strange route problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 21:12:19 -0000 Dag-Erling Smørgrav wrote: > Niki Denev writes: > >>10.10.10 192.168.100.1 UGS 0 1016 ste1 > > > this route lacks a mask length. > > DES This is really strange because the route is installed with : route add -net 10.10.10.0/24 192.168.100.1 and if i do route change -net 10.10.10.0/24 192.168.100.1 the routing table still reads route without netmask, but it is working properly until dhclient renews again. --niki