Download this file

IntBbRouting.cc    12 lines (9 with data), 254 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#include "IntBbRouting.h"
void IntBbRouting::insertFlow(const Address &dst){
insertFlow(dst, 0, 1);
}
void IntBbRouting::insertFlow(const Address &dst, const unsigned short &qos){
insertFlow(dst, qos, 1);
}
void IntBbRouting::onPolicyInit(){
}