From owner-freebsd-net@FreeBSD.ORG Thu Nov 6 13:18:42 2008 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 BBB2B1065688 for ; Thu, 6 Nov 2008 13:18:42 +0000 (UTC) (envelope-from jon.otterholm@ide.resurscentrum.se) Received: from mail1.cil.se (mail1.cil.se [217.197.56.125]) by mx1.freebsd.org (Postfix) with ESMTP id 50B8E8FC17 for ; Thu, 6 Nov 2008 13:18:42 +0000 (UTC) (envelope-from jon.otterholm@ide.resurscentrum.se) Received: from 192.168.2.30 ([192.168.2.30]) by edusrv05.edu.irc.local ([192.168.44.14]) with Microsoft Exchange Server HTTP-DAV ; Thu, 6 Nov 2008 13:18:45 +0000 User-Agent: Microsoft-Entourage/12.13.0.080930 Date: Thu, 06 Nov 2008 14:18:40 +0100 From: Jon Otterholm To: "freebsd-net@freebsd.org" Message-ID: Thread-Topic: CARP and L2 src-MAC Thread-Index: AclAEi8Q5WpAyAHMnkeQ3QaTC+Kn1w== In-Reply-To: <20081106104718.GD51239@server.vk2pj.dyndns.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: Re: CARP and L2 src-MAC 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: Thu, 06 Nov 2008 13:18:42 -0000 On 2008-11-06 11.47, "Peter Jeremy" wrote: > On 2008-Nov-06 10:06:21 +0100, Jon Otterholm > wrote: >> Is it possible to tweak CARP to use the virtual MAC in L2 header instead of >> the physical interface MAC? Could this be implemented as a feature >> controlled by a sysctl? > > In my testing, Max Laier's carpdep patches do this. See > http://lists.freebsd.org/pipermail/freebsd-net/2008-March/017103.html Can we find this in HEAD? //Jon