This commit is contained in:
Tim Schubert 2020-07-03 12:58:30 +02:00
parent 227ae70a1d
commit 045eff04ff
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ main (int argc, char *argv[])
Ipv6InterfaceContainer interfaces = address.Assign (devices);
NdCacheHelper nsHelper;
nsHelper.Install (nodes, interfaces);
nsHelper.Install (devices, interfaces);
UdpEchoServerHelper echoServer (9);
ApplicationContainer serverApps = echoServer.Install (nodes);