Disable arp cache helper

This commit is contained in:
Tim Schubert 2020-07-21 17:20:55 +02:00
parent 03ecb7d5b3
commit c4d976b5f3

View file

@ -104,10 +104,10 @@ LeoTestCase1::DoRun (void)
ipv4.SetBase ("10.3.0.0", "255.255.0.0"); ipv4.SetBase ("10.3.0.0", "255.255.0.0");
Ipv4InterfaceContainer utIp = ipv4.Assign (utNet); Ipv4InterfaceContainer utIp = ipv4.Assign (utNet);
ArpCacheHelper arpCache; //ArpCacheHelper arpCache;
arpCache.Install (islNet, islIp); //arpCache.Install (islNet, islIp);
arpCache.Install (gwNet, gwIp); //arpCache.Install (gwNet, gwIp);
arpCache.Install (utNet, utIp); //arpCache.Install (utNet, utIp);
// we want to ping terminals // we want to ping terminals
UdpEchoServerHelper echoServer (9); UdpEchoServerHelper echoServer (9);