[Click] What is "warning: 1 route replaced by later versions"???

Rohit Kumar rohitkk at cs.ucla.edu
Tue Oct 25 12:23:02 EDT 2011


It means that you are initializing RangeIPLookup with two routes with 
the same IP Address/Prefix

For example, you will get that error with the following configuration:

rt :: RangeIPLookup(
1.0.0.0/24 192.168.1.1 1,
1.0.0.0/24 192.168.2.1 0
);
Idle()->rt;
rt[0]->Discard();
rt[1]->Discard();

Rohit

On 10/24/2011 12:25 PM, shule ney wrote:
> *Hi there:*
> *When I'm using RangeIPLookup, I had this warning:*
> *While configuring "RL::RangIPLookup":*
> *warning: 1 route replaced by later versions*
> *What does it mean??Thanks for your help.*
> *
> *
> *Best Regards*
> _______________________________________________
> click mailing list
> click at amsterdam.lcs.mit.edu
> https://amsterdam.lcs.mit.edu/mailman/listinfo/click



More information about the click mailing list