From owner-freebsd-stable@FreeBSD.ORG Mon Sep 19 12:28:11 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77CAE1065675 for ; Mon, 19 Sep 2011 12:28:11 +0000 (UTC) (envelope-from dmagda@ee.ryerson.ca) Received: from eccles.ee.ryerson.ca (eccles.ee.ryerson.ca [141.117.1.2]) by mx1.freebsd.org (Postfix) with ESMTP id 2431C8FC17 for ; Mon, 19 Sep 2011 12:28:10 +0000 (UTC) Received: from webmail.ee.ryerson.ca (eccles [172.16.1.2]) by eccles.ee.ryerson.ca (8.14.4/8.14.4) with ESMTP id p8JCRu2m068784; Mon, 19 Sep 2011 08:27:56 -0400 (EDT) (envelope-from dmagda@ee.ryerson.ca) Received: from 206.108.127.2 (SquirrelMail authenticated user dmagda) by webmail.ee.ryerson.ca with HTTP; Mon, 19 Sep 2011 08:27:56 -0400 Message-ID: <7ca46ab8ebfa08fccf7b95440bdf6cb6.squirrel@webmail.ee.ryerson.ca> In-Reply-To: References: Date: Mon, 19 Sep 2011 08:27:56 -0400 From: "David Magda" To: "Pete French" User-Agent: SquirrelMail/1.4.20 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-stable@freebsd.org Subject: Re: Usling vlan(4) without an actual lan behind it X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2011 12:28:11 -0000 On Mon, September 19, 2011 08:02, Pete French wrote: > Can anyone see any problem is doing this ? i.e. creating a vlan interface > which doesnt correspond to any physical interface, just as a place to hang > IP addresses. I am trying to work around a problem with carp and ndp when > there are multiple IPv6 addresses bound to it. Does it specifically have to be a vlan(4), or can you perhaps add another address to lo(4), or perhaps create a "lo1" in addition to the "lo0"?