Help!!! how to use the RadixIPLookup?

Benjie Chen benjie at amsterdam.lcs.mit.edu
Fri Dec 14 11:47:35 EST 2001


this is a bug: radixiplookup class should be a subclass of iproutetable...
the following patch fixes it, let us know how well this works...

thanks

benjie

---------------

diff -c -r1.1 radixiplookup.hh
*** radixiplookup.hh    2001/08/30 22:26:32     1.1
--- radixiplookup.hh    2001/12/14 16:45:54
***************
*** 47,53 ****
    static const int KEYSIZE = 32;
  };
  
! class RadixIPLookup : public Element {
  public:
    RadixIPLookup();
    ~RadixIPLookup();
--- 47,53 ----
    static const int KEYSIZE = 32;
  };
  
! class RadixIPLookup : public IPRouteTable {
  public:
    RadixIPLookup();
    ~RadixIPLookup();

---------------

-- 
benjie chen
benjie at lcs.mit.edu



More information about the click mailing list