nix-vector-routing: post-commit examples fix of 8c4b901ce891
This commit is contained in:
@@ -149,7 +149,7 @@ main (int argc, char *argv[])
|
||||
if (nix)
|
||||
{
|
||||
Ipv4NixVectorHelper nixRouting;
|
||||
stack.SetRoutingHelper (list); // has effect on the next Install ()
|
||||
stack.SetRoutingHelper (nixRouting); // has effect on the next Install ()
|
||||
}
|
||||
|
||||
// Create Campus Networks
|
||||
|
||||
@@ -186,7 +186,7 @@ main (int argc, char *argv[])
|
||||
if (nix)
|
||||
{
|
||||
Ipv4NixVectorHelper nixRouting;
|
||||
stack.SetRoutingHelper (list); // has effect on the next Install ()
|
||||
stack.SetRoutingHelper (nixRouting); // has effect on the next Install ()
|
||||
}
|
||||
|
||||
stack.InstallAll ();
|
||||
|
||||
@@ -162,7 +162,7 @@ main (int argc, char *argv[])
|
||||
if (nix)
|
||||
{
|
||||
Ipv4NixVectorHelper nixRouting;
|
||||
stack.SetRoutingHelper (list); // has effect on the next Install ()
|
||||
stack.SetRoutingHelper (nixRouting); // has effect on the next Install ()
|
||||
}
|
||||
|
||||
stack.InstallAll ();
|
||||
|
||||
Reference in New Issue
Block a user