'aliases' for interfaces. A packet with destination on eth0 may enter at

eth1.
This commit is contained in:
Arnout Engelen
2004-09-10 10:46:31 +00:00
parent 69423478b7
commit 9d19d7fd49
3 changed files with 20 additions and 5 deletions

View File

@@ -14,7 +14,6 @@ HashNode::~HashNode ()
HashTable::HashTable(int n_size)
{
// TODO allow for variable size
size = n_size;
table = (HashNode **) malloc (size * sizeof(HashNode *));
for (unsigned int i=0; i<size; i++)