Bug 407 - OLSR is missing HNA support

This commit is contained in:
Lalith Suresh
2010-03-17 15:46:42 +00:00
parent f7025232b2
commit 5df0dae003
9 changed files with 814 additions and 18 deletions

View File

@@ -33,6 +33,10 @@ def build(bld):
['point-to-point', 'internet-stack', 'olsr'])
obj.source = 'simple-point-to-point-olsr.cc'
obj = bld.create_ns3_program('olsr-hna',
['core', 'simulator', 'mobility', 'wifi'])
obj.source = 'olsr-hna.cc'
obj = bld.create_ns3_program('nix-simple',
['point-to-point', 'internet-stack', 'nix-vector-routing'])
obj.source = 'nix-simple.cc'