internet: (fixes #1210) Clarify P2P links in ipv4-global-routing test

This commit is contained in:
Tommaso Pecorella
2025-04-09 23:35:59 +02:00
parent 9d85e7f730
commit 1f040f783d

View File

@@ -988,11 +988,11 @@ Ipv4DynamicGlobalRoutingTestCase::DoRun()
devHelper.SetNetDevicePointToPointMode(true);
NetDeviceContainer d0d2 = devHelper.Install(n0n2);
devHelper.SetNetDevicePointToPointMode(false);
NetDeviceContainer d1d6 = devHelper.Install(n1n6);
NetDeviceContainer d1d2 = devHelper.Install(n1n2);
NetDeviceContainer d5d6 = devHelper.Install(n5n6);
devHelper.SetNetDevicePointToPointMode(false);
NetDeviceContainer d2345 = devHelper.Install(n2345);
// Later, we add IP addresses.