From owner-freebsd-net@FreeBSD.ORG Fri Oct 30 22:20:52 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 AF220106566B for ; Fri, 30 Oct 2009 22:20:52 +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 4A4858FC14 for ; Fri, 30 Oct 2009 22:20:52 +0000 (UTC) Received: by bwz5 with SMTP id 5so4144196bwz.3 for ; Fri, 30 Oct 2009 15:20:51 -0700 (PDT) Received: by 10.204.24.65 with SMTP id u1mr1525096bkb.176.1256941249872; Fri, 30 Oct 2009 15:20:49 -0700 (PDT) Received: from ?172.17.1.247? (fw.sth1.keff.org [212.247.153.198]) by mx.google.com with ESMTPS id 18sm778944fkq.7.2009.10.30.15.20.46 (version=SSLv3 cipher=RC4-MD5); Fri, 30 Oct 2009 15:20:47 -0700 (PDT) Sender: Sebastian Hyrwall Message-ID: <4AEB834D.1050907@keff.org> Date: Sat, 31 Oct 2009 01:22:37 +0100 From: Sebastian Hyrwall User-Agent: Thunderbird 2.0.0.19 (X11/20081209) MIME-Version: 1.0 To: Chuck Swiger References: <4AEB7AE8.5090101@keff.org> <18C758A7-1908-4D1A-BDCA-80FF7FD8BC22@mac.com> In-Reply-To: <18C758A7-1908-4D1A-BDCA-80FF7FD8BC22@mac.com> Content-Type: text/plain; charset=ISO-8859-1; 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:20:52 -0000 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