Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix MR74, workaround for s4u-network-ns3-wifi
authorBruno Donassolo <bruno.donassolo@inria.fr>
Wed, 5 Jan 2022 14:32:04 +0000 (15:32 +0100)
committerBruno Donassolo <bruno.donassolo@inria.fr>
Wed, 5 Jan 2022 14:32:04 +0000 (15:32 +0100)
commitd5e5174e32531cd3a94f8a737cf4cabd5aca9685
tree85a85484c523ecd7fd393c8552fc1ccb9dc4150d
parent09e22df111516de7fa03a41fe3e962d32d144d51
Fix MR74, workaround for s4u-network-ns3-wifi

Fix error in NS3 introduced at merge request #74.

Rebuild the routing table at each netzone seal.
In theory, this could be done once at the seal of the platform.
However, our current platform_created signal is called when the XML
parsing has finished. The seal occurs only later at the Engine::run.
src/surf/network_ns3.cpp