mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
Disable arp cache helper
This commit is contained in:
parent
03ecb7d5b3
commit
c4d976b5f3
1 changed files with 4 additions and 4 deletions
|
@ -104,10 +104,10 @@ LeoTestCase1::DoRun (void)
|
|||
ipv4.SetBase ("10.3.0.0", "255.255.0.0");
|
||||
Ipv4InterfaceContainer utIp = ipv4.Assign (utNet);
|
||||
|
||||
ArpCacheHelper arpCache;
|
||||
arpCache.Install (islNet, islIp);
|
||||
arpCache.Install (gwNet, gwIp);
|
||||
arpCache.Install (utNet, utIp);
|
||||
//ArpCacheHelper arpCache;
|
||||
//arpCache.Install (islNet, islIp);
|
||||
//arpCache.Install (gwNet, gwIp);
|
||||
//arpCache.Install (utNet, utIp);
|
||||
|
||||
// we want to ping terminals
|
||||
UdpEchoServerHelper echoServer (9);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue