Re: CARP carpdev

2012-02-15 Thread Gleb Smirnoff
On Wed, Feb 15, 2012 at 02:33:43AM +, Bjoern A. Zeeb wrote:
B  On 02/14/12 17:33, Freddie Cash wrote:
B  On Tue, Feb 14, 2012 at 8:56 AM, Hugo Silvah...@barafranca.com  wrote:
B  Looks like there's been conversations about porting this to FreeBSD 
since at
B  least 2007.
B  
B  Are there any plans to have ifconfig carpdev available in 9.0-STABLE?
B  
B  CARP support has been redone in 10-CURRENT, removing the whole carp0
B  pseudo-interface support, and just enabling the CARP protocol on the
B  existing network interfaces. This includes the equivalent of carpdev
B  support.
B  
B  Search the -current archives for more information, CFT, and so on.
B  
B  I don't recall seeing anything about specific plans to MFC to
B  stable/9, but could be mis-remembering things.
B  
B  
B  
B  http://svnweb.freebsd.org/base?view=revisionrevision=228571
B  
B  The single IP limitation may be a problem in some locations..
B  
B  Did not find anything about a possible MFC either. glebius@ is cc'd, 
perhaps he can add something, but based on 
http://svn.freebsd.org/base/stable/9/UPDATING, I don't think it's been MFCd 
(there's a primer for the new carp in current's UPDATING)\
B 
B 
B There's no plans to MFC given it changes things significantly.
B 
B I however wonder if someone wants to provide a user branch in SVN to
B provide regular patchsets for stable/9 and maybe even stable/8 (8.3R)
B to help people not going to HEAD?

If you are hinting at me, I would not :P To get benefits of new carp(4) and
updated pf(4) I'm running head in production.

What I can do is providing information about exact revisions that I am running.
Usually I update a single router, and wait for some time to prove its
stability, then roll out a release from that revision and update other routers.

-- 
Totus tuus, Glebius.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: CARP carpdev

2012-02-15 Thread Damien Fleuriot


On 2/14/12 11:04 PM, Hugo Silva wrote:
 On 02/14/12 17:33, Freddie Cash wrote:
 On Tue, Feb 14, 2012 at 8:56 AM, Hugo Silvah...@barafranca.com  wrote:
 Looks like there's been conversations about porting this to FreeBSD
 since at
 least 2007.

 Are there any plans to have ifconfig carpdev available in 9.0-STABLE?

 CARP support has been redone in 10-CURRENT, removing the whole carp0
 pseudo-interface support, and just enabling the CARP protocol on the
 existing network interfaces. This includes the equivalent of carpdev
 support.

 Search the -current archives for more information, CFT, and so on.

 I don't recall seeing anything about specific plans to MFC to
 stable/9, but could be mis-remembering things.

 
 
 http://svnweb.freebsd.org/base?view=revisionrevision=228571
 
 The single IP limitation may be a problem in some locations..
 
 Did not find anything about a possible MFC either. glebius@ is cc'd,
 perhaps he can add something, but based on
 http://svn.freebsd.org/base/stable/9/UPDATING, I don't think it's been
 MFCd (there's a primer for the new carp in current's UPDATING)\
 


I think what Gleb meant by It also allows to run a single redundant IP
per interface is that, like in OpenBSD, you won't need to assign a
physical IP address in the same subnet as the CARP IP you want to use,
on your system.


LEGACY:
- 1 physical IP in subnet XY on a physical interface
- 1 virtual IP in subnet XY on a carp interface

HEAD:
- 1 virtual IP in subnet XY on a physical interface

Although, you're still allowed to assign a physical IP to suit your needs.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


CARP carpdev

2012-02-14 Thread Hugo Silva
Looks like there's been conversations about porting this to FreeBSD 
since at least 2007.


Are there any plans to have ifconfig carpdev available in 9.0-STABLE?
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: CARP carpdev

2012-02-14 Thread Freddie Cash
On Tue, Feb 14, 2012 at 8:56 AM, Hugo Silva h...@barafranca.com wrote:
 Looks like there's been conversations about porting this to FreeBSD since at
 least 2007.

 Are there any plans to have ifconfig carpdev available in 9.0-STABLE?

CARP support has been redone in 10-CURRENT, removing the whole carp0
pseudo-interface support, and just enabling the CARP protocol on the
existing network interfaces. This includes the equivalent of carpdev
support.

Search the -current archives for more information, CFT, and so on.

I don't recall seeing anything about specific plans to MFC to
stable/9, but could be mis-remembering things.

-- 
Freddie Cash
fjwc...@gmail.com
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: CARP carpdev

2012-02-14 Thread Hugo Silva

On 02/14/12 17:33, Freddie Cash wrote:

On Tue, Feb 14, 2012 at 8:56 AM, Hugo Silvah...@barafranca.com  wrote:

Looks like there's been conversations about porting this to FreeBSD since at
least 2007.

Are there any plans to have ifconfig carpdev available in 9.0-STABLE?


CARP support has been redone in 10-CURRENT, removing the whole carp0
pseudo-interface support, and just enabling the CARP protocol on the
existing network interfaces. This includes the equivalent of carpdev
support.

Search the -current archives for more information, CFT, and so on.

I don't recall seeing anything about specific plans to MFC to
stable/9, but could be mis-remembering things.




http://svnweb.freebsd.org/base?view=revisionrevision=228571

The single IP limitation may be a problem in some locations..

Did not find anything about a possible MFC either. glebius@ is cc'd, 
perhaps he can add something, but based on 
http://svn.freebsd.org/base/stable/9/UPDATING, I don't think it's been 
MFCd (there's a primer for the new carp in current's UPDATING)\


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: CARP carpdev

2012-02-14 Thread Bjoern A. Zeeb

On 14. Feb 2012, at 22:04 , Hugo Silva wrote:

 On 02/14/12 17:33, Freddie Cash wrote:
 On Tue, Feb 14, 2012 at 8:56 AM, Hugo Silvah...@barafranca.com  wrote:
 Looks like there's been conversations about porting this to FreeBSD since at
 least 2007.
 
 Are there any plans to have ifconfig carpdev available in 9.0-STABLE?
 
 CARP support has been redone in 10-CURRENT, removing the whole carp0
 pseudo-interface support, and just enabling the CARP protocol on the
 existing network interfaces. This includes the equivalent of carpdev
 support.
 
 Search the -current archives for more information, CFT, and so on.
 
 I don't recall seeing anything about specific plans to MFC to
 stable/9, but could be mis-remembering things.
 
 
 
 http://svnweb.freebsd.org/base?view=revisionrevision=228571
 
 The single IP limitation may be a problem in some locations..
 
 Did not find anything about a possible MFC either. glebius@ is cc'd, perhaps 
 he can add something, but based on 
 http://svn.freebsd.org/base/stable/9/UPDATING, I don't think it's been MFCd 
 (there's a primer for the new carp in current's UPDATING)\


There's no plans to MFC given it changes things significantly.

I however wonder if someone wants to provide a user branch in SVN to
provide regular patchsets for stable/9 and maybe even stable/8 (8.3R)
to help people not going to HEAD?

-- 
Bjoern A. Zeeb You have to have visions!
   It does not matter how good you are. It matters what good you do!

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org