prototype address and network allocation

This commit is contained in:
Craig Dowell
2007-10-05 16:00:04 -07:00
parent 3af33c8b75
commit 5f61c348c2
4 changed files with 277 additions and 0 deletions

View File

@@ -20,3 +20,7 @@ def build(bld):
obj = bld.create_ns3_program('tutorial-naive-dumbbell',
['core'])
obj.source = 'tutorial-naive-dumbbell.cc'
obj = bld.create_ns3_program('testipv4',
['core'])
obj.source = ['testipv4.cc', 'ipv4-address-extended.cc']