Download this file

DummyRouting.cc    9 lines (6 with data), 189 Bytes

1
2
3
4
5
6
7
8
#include <DummyRouting/DummyRouting.h>
Register_Class(DummyRouting);
bool DummyRouting::processUpdate(IntRoutingUpdate * update) {
return false;
}
void DummyRouting::onPolicyInit(){}