From 279d8911f3838a3d1546b31c4801fac650ddc9ce Mon Sep 17 00:00:00 2001 From: Marco Pfatschbacher Date: Tue, 5 Feb 2008 22:57:32 +0000 Subject: Move carp load balancing (ARP/IP) to a simpler configuration scheme. Instead of using the same IP on multiple interfaces, carp has to be configured with the new "carpnodes" and "balancing" options. # ifconfig carp0 carpnodes 1:0,2:100,3:100 balancing ip carpdev sis0 192.168.5.50 Please note, that this is a flag day for anyone using carp balancing. You'll need to adjust your configuration accordingly. Addititionally this diff adds IPv6 NDP balancing support. Tested and OK mcbride@, reyk@. Manpage help by jmc@. --- sbin/sysctl/sysctl.8 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sbin/sysctl/sysctl.8') diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index f94db1845d9..4dbf1da49e0 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.142 2007/11/11 15:48:35 jmc Exp $ +.\" $OpenBSD: sysctl.8,v 1.143 2008/02/05 22:57:31 mpf Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)sysctl.8 8.2 (Berkeley) 5/9/95 .\" -.Dd $Mdocdate: November 11 2007 $ +.Dd $Mdocdate: February 5 2008 $ .Dt SYSCTL 8 .Os .Sh NAME @@ -277,7 +277,6 @@ not all of the variables are relevant to all architectures. .It net.inet.carp.allow integer yes .It net.inet.carp.preempt integer yes .It net.inet.carp.log integer yes -.It net.inet.carp.arpbalance integer yes .It net.inet6.ip6.forwarding integer yes .It net.inet6.ip6.redirect integer yes .It net.inet6.ip6.hlim integer yes -- cgit v1.2.3