From owner-freebsd-current@FreeBSD.ORG Tue Sep 2 19:57:54 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A1411065678 for ; Tue, 2 Sep 2008 19:57:54 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outJ.internet-mail-service.net (outj.internet-mail-service.net [216.240.47.233]) by mx1.freebsd.org (Postfix) with ESMTP id 538238FC0A for ; Tue, 2 Sep 2008 19:57:54 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id 06BD5244E; Tue, 2 Sep 2008 12:57:55 -0700 (PDT) Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 27DEC2D605B; Tue, 2 Sep 2008 12:57:53 -0700 (PDT) Message-ID: <48BD9AC7.7030000@elischer.org> Date: Tue, 02 Sep 2008 12:57:59 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: NAKAJI Hiroyuki References: <4824F1B4.6010302@elischer.org> <86wshuwpzm.fsf@ra333.heimat.gr.jp> <48BD70E1.4010201@elischer.org> In-Reply-To: <48BD70E1.4010201@elischer.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Multiple routing table support commited 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: Tue, 02 Sep 2008 19:57:54 -0000 Julian Elischer wrote: > NAKAJI Hiroyuki wrote: >> Thanks for your great work. >> >> Do you have a plan to MFC this feature to RELENG_6? >> Or is it better to upgrade my RELENG6 box to RELENG_7? >> >> My ISP allows 5 PPPoE sessions but it always returns only one IP address >> as HISADDR. I hope this FIB feature will help my multi PPPoE sessions. >> >> I tried "setfib -1 ppp anothersession" on my RELENG_7 box, which >> complains >> >> Warning: iface add: ioctl(SIOCAIFADDR, 10.172.1.73 -> 210.247.16.1): >> File exists > > yes you need a later commit that I have not made to releng_7 yet. ok it is now in RELENG_7 you need to do 'sysctl net.add_addr_allfibs=0' after your system has booted, so that the PPP links only affect the FIB that you want them to. > >> >> Maybe I misunderstand the usage. >> >>>>>>> In <4824F1B4.6010302@elischer.org> Julian Elischer >>>>>>> wrote: >>> I have committed the base of teh Multi-routing-table support. >>> I am current;y waiting for it to loop back to me before a final >>> make universe test, but I think it should be ok. >>> if you do nothing you should not see any difference. > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"