Start the Olsr agent (accidentally removed during last code refactoring)
This commit is contained in:
@@ -33,7 +33,7 @@ EnableAllNodes (void)
|
||||
void
|
||||
EnableNode (Ptr<Node> node)
|
||||
{
|
||||
olsr::Agent::CreateDefault (node);
|
||||
olsr::Agent::CreateDefault (node)->Start ();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user