DragonFly submit List (threaded) for 2008-12
DragonFly BSD
DragonFly submit List (threaded) for 2008-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Rework carp ipv4 support


From: "Sepherosa Ziehau" <sepherosa@xxxxxxxxx>
Date: Fri, 12 Dec 2008 23:30:21 +0800

Hi all,

carp(4) ipv4 users please test following patch:
http://leaf.dragonflybsd.org/~sephe/carp_ipv4.diff

Configure inet address to carp(4) interface is no longer supported;
you need to use "vhinet address" instead.  carp(4) now needs explicit
bringing up (originally inet address will implicitly bringing up the
interface).  e.g.
ifconfig carp0 create
ifconfig carp0 vhid 1 pass your_password vhinet your_virtual_add1
vhinet your_virtual_addr2
ifconfig carp0 up

Virtual address support CIDR form.  The subnetmask part is not used
currently.  However, it is recommended to set it according to your
needs, in case it is used in the future updating.

You will need a quickworld (for ifconfig(8)) and quickkernel

Best Regards,
sephe

-- 
Live Free or Die



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]