From owner-freebsd-net@FreeBSD.ORG Fri Oct 30 22:27:37 2009 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 93EB7106566B for ; Fri, 30 Oct 2009 22:27:37 +0000 (UTC) (envelope-from zibbe@cisko.org) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 2D8608FC1A for ; Fri, 30 Oct 2009 22:27:36 +0000 (UTC) Received: by bwz5 with SMTP id 5so4150032bwz.3 for ; Fri, 30 Oct 2009 15:27:36 -0700 (PDT) Received: by 10.204.26.130 with SMTP id e2mr1531806bkc.144.1256941656069; Fri, 30 Oct 2009 15:27:36 -0700 (PDT) Received: from ?172.17.1.247? (fw.sth1.keff.org [212.247.153.198]) by mx.google.com with ESMTPS id z15sm2883005fkz.14.2009.10.30.15.27.33 (version=SSLv3 cipher=RC4-MD5); Fri, 30 Oct 2009 15:27:33 -0700 (PDT) Sender: Sebastian Hyrwall Message-ID: <4AEB84E3.1070908@keff.org> Date: Sat, 31 Oct 2009 01:29:23 +0100 From: Sebastian Hyrwall User-Agent: Thunderbird 2.0.0.19 (X11/20081209) MIME-Version: 1.0 To: Freddie Cash References: <4AEB7AE8.5090101@keff.org> <18C758A7-1908-4D1A-BDCA-80FF7FD8BC22@mac.com> <4AEB834D.1050907@keff.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: Hi. /31 on ethernet links 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: Fri, 30 Oct 2009 22:27:37 -0000 Freddie Cash skrev: > Reading the man page for ifconfig will show the "ptp" option for > ifconfig, that configures the interface as a point-to-point > interface.. :) > It will also show that it seems to be only for bridgeing, # ifconfig fxp0 ptp fxp0 ifconfig: unable to get bridge flags: Invalid argument > > > On Fri, Oct 30, 2009 at 5:22 PM, Sebastian Hyrwall > wrote: > > Chuck Swiger skrev: > > On Oct 30, 2009, at 4:46 PM, Sebastian Hyrwall wrote: > > Is there any way to use /31's on ordinary ethernet links > in 7.2? "ifconfig addr dest-addr" does not work either. It > keeps setting the last ip as broadcast. > > > A /31 subnet is only defined for point-to-point network links, > per: > > http://www.rfc-editor.org/rfc/rfc3021.txt > > Ordinary ethernet links have BROADCAST flag set instead of > POINTOPOINT. > > Regards, > > Well how do I set the POINTOPOINT flag and remove the > BROADCAST-flag on ethernet links? Or are you implying that it does > not belong on ethernet links :) > Cause Cisco and Linux support /31 (ptp's) on ordinary ethernet links. > > Sincerely, > > Sebastian H > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to > "freebsd-net-unsubscribe@freebsd.org > " > > > > > -- > Freddie Cash > fjwcash@gmail.com