From owner-freebsd-hackers@freebsd.org Mon Feb 20 19:08:00 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28D67CE6D98 for ; Mon, 20 Feb 2017 19:08:00 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: from mail-lf0-x234.google.com (mail-lf0-x234.google.com [IPv6:2a00:1450:4010:c07::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A38441BD9 for ; Mon, 20 Feb 2017 19:07:59 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: by mail-lf0-x234.google.com with SMTP id z127so53913307lfa.2 for ; Mon, 20 Feb 2017 11:07:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=O17ytpVF5W4XiwN/LqPT+jSNpx9gTU+eLCVkL/baRXE=; b=ctrgZQ8ovc1oWZxU+4jhB3Ld2iXwpsUiTUgA5qF2KqVgehqPK99hAgmEHeVgBA1VWv ys0lA3kKqtZO5g9PIqWXdW6rEyjfQ4rNWmmL3bOoPjf9i7NZlLJVOUHxXqKdziTwimjp SZkB2qad92BosFlMsiOiRit4nt63QHRmH79Rn2xvXr8hXalR40UU7cYfKVVlQypk0TGw +HKTjoHoRcIqtRg6z+iUoQdvGPfr3kT8DoR2dfMTeuv32fClwoRriOYrYGDk8amFLeJJ RT2M9Eh1JhxUIcSKA7M9KJ7WHlqJiatH8PsA8MO7w+CQIKToMnOKBSRAsdm6cGsoknnW wLTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=O17ytpVF5W4XiwN/LqPT+jSNpx9gTU+eLCVkL/baRXE=; b=gBs5J4rShGoth9IZvxHuNoLnbCFZajGC2t3ezy0oYvi1e9lv5q4CStUiTnot2ODgFr 1H6pt5/zDn49e8PBEMXe/YaMn8YsbMQPIS3uXNHfwA22F3EZdTKhnOShhLWAMin0JQ3J 7lwQkwYEQSpc/Nl1hT8SZgvn13RnPHWyPwAy9hP/w6iX5oOWLANa9sBxAXF6GEOy0OVK TV8FNaLESdtnwI3JDZnhqLlaYXpZyIu3ht8XWWnV0dbYKyA32nytlqi1A9utBpO/Q4tq v0mvGefLbd1bQsbXrNvNbURhMliw9Uf1BOfUtGd0wH3XwcX4udCtt+CndUvKIenn5jPN 6WUA== X-Gm-Message-State: AMke39lUtAwqAbiXjM1nw7JYqPQOrUTmFHYmb8NQnYnxvgxy3ax6S/wAtcPjAppUfTOuVkTvD14Ar/jE97xing== X-Received: by 10.25.216.3 with SMTP id p3mr6232673lfg.16.1487617677630; Mon, 20 Feb 2017 11:07:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.27.84 with HTTP; Mon, 20 Feb 2017 11:07:27 -0800 (PST) In-Reply-To: <5e139f90-89c0-e4c4-46c3-457f1fd02c74@multiplay.co.uk> References: <5e139f90-89c0-e4c4-46c3-457f1fd02c74@multiplay.co.uk> From: Gleb Popov <6yearold@gmail.com> Date: Mon, 20 Feb 2017 22:07:27 +0300 Message-ID: Subject: Re: FreeBSD CARP load balancing. To: Steven Hartland Cc: freebsd-hackers Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2017 19:08:00 -0000 On Mon, Feb 20, 2017 at 12:01 PM, Steven Hartland wrote: > Does LAGG do what you need? Doesn't seem so. I need to balance incoming traffic between several hosts. If I understood it correctly, lagg can be used to load-balance outgoing traffic only. > > On 20/02/2017 07:26, Gleb Popov wrote: > >> I've found that somewhere during FreeBSD 10 development CARP was >> substantially rewritten ( >> https://svnweb.freebsd.org/base?view=revision&revision=228571 ). As a >> result of this, CARP lost its load balancing feature. Had it been removed >> intentionally, or just due to lack of resources? Is there a plan to add it >> back? >> _______________________________________________ >> freebsd-hackers@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org >> " >> > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >