Re: Patch: carpdev for 9.1-RELEASE.

2013-02-05 Thread Marcelo Araujo
2013/2/6 Sami Halabi > Hi, > Is there explaination somewhere what ix carpdev, benefits snd usage? I > googled, an endex on mailinv listz nog describing but bringing carpdev frkm > open/net bsd. > > Thanks in advance, > Sami > > Hello, Well, the patch was based on

Re: Patch: carpdev for 9.1-RELEASE.

2013-02-05 Thread Sami Halabi
Hi, Is there explaination somewhere what ix carpdev, benefits snd usage? I googled, an endex on mailinv listz nog describing but bringing carpdev frkm open/net bsd. Thanks in advance, Sami On Feb 6, 2013 5:44 AM, "Marcelo Araujo" wrote: > Hello all, > > Based on all changes

Patch: carpdev for 9.1-RELEASE.

2013-02-05 Thread Marcelo Araujo
Hello all, Based on all changes made by glebius@, I made a patch to bring to 9.1-RELEASE the capability to have the carpdev. This patch will not be submitted to 9-STABLE! This is not my intention. As I need carpdev on 9.1-RELEASE, I made it and now I want share with you guys. It works properly

Re: carp + carpdev option?

2010-06-02 Thread Ferdinand Goldmann
tested, I would be willing to help out. Having the carpdev feature would be great. Regards, Ferdinand Goldmann -- >> Ferdinand Goldmann >> Johannes Kepler University Linz - Server Systems/Information Management >> Mail: ferdinand.goldm...@jku.at Phone: 0

Re: carp + carpdev option?

2010-06-01 Thread Freddie Cash
On Tue, Jun 1, 2010 at 8:02 AM, Ferdinand Goldmann < ferdinand.goldm...@jku.at> wrote: > It seems that this question has been asked several times before ... > It looks like there is no carpdev option in 7.x :-( > > Having this options should bring several advantages: > - O

carp + carpdev option?

2010-06-01 Thread Ferdinand Goldmann
Greetings! It seems that this question has been asked several times before ... It looks like there is no carpdev option in 7.x :-( Having this options should bring several advantages: - One would only have to use a single public IP address (the carp interface), and would be able to configure

Re: carpdev?

2008-06-16 Thread Stefan Lambrev
Greetings, I'm trying this patch against 7-stable amd64 from today. The patch applies cleanly, but: ifconfig carp create ifconfig carp0 carpdev em3 ifconfig: carpdev: bad value What is the proper syntax to set carpdev? Btw 5-10min latter the server panic, but failed to dump a core. The p

Re: carpdev

2008-06-03 Thread Max Laier
On Tuesday 03 June 2008 23:39:42 Scott Ullrich wrote: > On 6/3/08, Jon Otterholm <[EMAIL PROTECTED]> wrote: > > Hi. > > > > Are there any plans to implement option carpdev to carp in FreeBSD? > > > > //Jon > > See the freebsd-pf archives. Max has a

Re: carpdev

2008-06-03 Thread Scott Ullrich
On 6/3/08, Jon Otterholm <[EMAIL PROTECTED]> wrote: > Hi. > > Are there any plans to implement option carpdev to carp in FreeBSD? > > //Jon See the freebsd-pf archives. Max has a patch ready for testing and needs more wide-s

carpdev

2008-06-03 Thread Jon Otterholm
Hi. Are there any plans to implement option carpdev to carp in FreeBSD? //Jon ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: carpdev?

2008-06-02 Thread Max Laier
nd patch) in my queue: http://www.freebsd.org/cgi/query-pr.cgi?pr=121574&cat= I'll commit in a bit - this should not conflict with the carpdev patch. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http

Re: carpdev?

2008-06-02 Thread Freddie Cash
On June 2, 2008 10:03 am Max Laier wrote: > I did the attached patch some time ago, but didn't find sufficient > testers and when I did - I didn't have time. This should work. Is this the same patch I tested awhile back? Or is the "if the order of the IPs on the interfaces is different, they wo

Re: carpdev?

2008-06-02 Thread Max Laier
vhid, carpr.carpr_advbase, - carpr.carpr_advskew); + printf("\tcarp: %s carpdev %s vhid %d advbase %d advskew %d\n", + state, carpr.carpr_carpdev, carpr.carpr_vhid, + carpr.carpr_advbase, carpr.carpr_advskew); } return; } -void -setcarp_passwd(const char *val, int

Re: carpdev?

2008-06-02 Thread Rudy
Ah, someone already asked for this...http://lists.freebsd.org/pipermail/freebsd-pf/2007-July/003624.html Would this work? (I will test later today...) routerA ifconfig em0 10.0.0.8/24 ifconfig carp0 create ifconfig carp0 vhid 1 pass mekmitasdigoat 10.0.0.2/24 ifconfig carp0 1.2.3.4/30 <-

carpdev?

2008-06-02 Thread Rudy
Any plans for carpdev in FreeBSD? I'd be happy to poke around the OpenBSD source and try to get it working on FreeBSD. (Emphasis on the _try_) http://lists.freebsd.org/pipermail/freebsd-pf/2006-July/002429.html http://www.openbsd.org/faq/faq6.html#CARP Quick question: I notice the

Re: carp carpdev

2007-09-14 Thread Ingo Flaschberger
a network, but now kernels cries to receive the arp at the parent interface and not at the carp interface... bye, Ingo -- View this message in context: http://www.nabble.com/carp-carpdev-tf4033279.html#a12687218 Sent from the freebsd-net mailing list arc

Re: carp carpdev

2007-09-14 Thread Ingo Flaschberger
Max Laier wrote: > > On Friday 06 July 2007, Ólafur Helgi Haraldsson wrote: >> Im wondering if someone is working on porting carpdev option for >> ifconfig on FreeBSD 6? Are some patches for it out there? > > I'm working on it (for CURRENT). Nothing to show yet,

Re: carp carpdev

2007-07-06 Thread Max Laier
On Friday 06 July 2007, Ólafur Helgi Haraldsson wrote: > Im wondering if someone is working on porting carpdev option for > ifconfig on FreeBSD 6? Are some patches for it out there? I'm working on it (for CURRENT). Nothing to show yet, however. -- FreeBSD Status reports du

carp carpdev

2007-07-05 Thread Ólafur Helgi Haraldsson
Hi, Im wondering if someone is working on porting carpdev option for ifconfig on FreeBSD 6? Are some patches for it out there? Will all of the carp functionality from OpenBSD be available in FreeBSD in near future? Olafur ___ freebsd-net