IPRewriter and IPMapper

Eddie Kohler kohler at icir.org
Thu Apr 24 18:53:53 EDT 2003


Hey Will,

> Here's the configuration.  Sorry for the delay, but I was hoping to test
> it just to ensure that I was not hallucinating.  Our tap has been down for
> a few days though, so I never had a chance.  See what you think.

So I tried the configuration below, which relies on a TimedSource to
generate packets, instead of a FromDevice. No segfaults. I'm inclined to
think this isn't a bug any more. Have you reproduced it recently?

Eddie


balancer :: RoundRobinIPMapper(- - - - 0 0, - - - - 1 1);
TimedSource(0.01s) -> DynamicUDPIPEncap(1.0.0.1, 1, 2.0.0.2, 2, 1, 1)
		   -> [0]iprw :: IPRewriter(balancer);
iprw[0] -> o1ctr :: Counter -> Discard;
iprw[1] -> o2ctr :: Counter -> Discard;




More information about the click mailing list