Add helper for pre-filling ND cache

This commit is contained in:
Tim Schubert 2020-07-02 10:27:15 +02:00
parent efa52f8e51
commit ed80214449
2 changed files with 4 additions and 38 deletions

View file

@ -20,6 +20,7 @@ def build(bld):
'helper/leo-helper.cc',
'model/mock-net-device.cc',
'model/mock-channel.cc',
'helper/nd-cache-helper.cc',
]
module_test = bld.create_ns3_module_test_library('leo')
@ -41,6 +42,7 @@ def build(bld):
'helper/leo-helper.h',
'model/mock-net-device.h',
'model/mock-channel.h',
'helper/nd-cache-helper.h',
]
if bld.env.ENABLE_EXAMPLES: