Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2006 15:18:27 +0100
From:      Ashley Moran <work@ashleymoran.me.uk>
To:        freebsd-questions@freebsd.org
Subject:   Where is CARP?
Message-ID:  <200606131518.27688.work@ashleymoran.me.uk>

next in thread | raw e-mail | index | archive | help
Hi

Am I missing something here?  I'm running FreeBSD 6.1/amd64 and I can't see 
any sign of CARP.  The man page is there but very little else:

$ sudo ifconfig carp0 create
ifconfig: SIOCIFCREATE: Invalid argument

$ sysctl -a | grep carp
net.inet.ip.same_prefix_carp_only: 0

I thought maybe it was a kernel option, but I can't see that either:
$ cd /usr/src/sys/amd64/conf && grep -i carp *
<NOTHING>

And I thought it might be a KLD:
$ cd /boot/kernel && ls *carp*
ls: *carp*: No such file or directory

Where is it hiding and how do I enable it?

Thanks
Ashley


-- 
"If you do it the stupid way, you will have to do it again"
  - Gregory Chudnovsky



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606131518.27688.work>