Re: What is "warning: 1 route replaced by later versions"???
Rohit Kumar <[email protected]>
| Newsgroups | gmane.network.routing.click |
|---|---|
| Message-ID | <[email protected]> |
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 > [email protected] > https://amsterdam.lcs.mit.edu/mailman/listinfo/click