[Click] Re: click load balancer ?

Eddie Kohler kohler at icir.org
Wed Dec 31 10:02:34 EST 2003


Hi Max,

> but it seems like the most recent click release expects something along the
> lines of:
> 
> 	rr_mapper :: RoundRobinIPMapper (
> 		- - 10.0.0.8 80 1 0,
> 		- - 10.0.0.9 80 1 0,
> 		- - 10.0.0.10 80 1 0 );
> 
> (i.e., no "pattern" keyword).  Does this seems correct?

Yep!

> Also, as far as I can tell, the recent release never calls 
> RoundRobinIPMapper::get_map because IPMapper::get_map is not
> virtual.  I assume this should be virtual?

Yep! Use CVS. CVS is much better -- several bugs are fixed, including this
one.

> One last (higher level) question.  In effort to build this
> load-sharing NAT configuration, I'm basing it on the Mazu-nat
> skeleton, and substituting an rr_mapper for
> the intern_server-related patterns.  Does this seem like 
> a reasonable approach?

Yep!

Eddie


More information about the click mailing list