bug 1481: openflow example doesn't run

This commit is contained in:
Josh Pelkey
2012-08-27 00:19:20 -07:00
parent de7e69c199
commit 5a1ca0134e
2 changed files with 3 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ Bugs fixed
- bug 1475 - "test.py --list" should sort the output
- bug 1476 - TestCase::GetName () should not be private
- bug 1477 - Click doesn't work with raw sockets
- bug 1481 - Openflow example doesn't run
- bug 1486 - Segfaults in nix-vector-routing with bridges
- bug 1489 - Jakes Log component is missing
- fixed bug with multiple LCs in UL BSR

View File

@@ -107,6 +107,8 @@ int main()
os.path.abspath(os.path.join(conf.env['WITH_OPENFLOW'],'build','default')),
os.path.abspath(os.path.join(conf.env['WITH_OPENFLOW'],'lib'))]
conf.env['DEFINES_OPENFLOW'] = ['NS3_OPENFLOW']
conf.env['OPENFLOW'] = conf.check_nonfatal(fragment=test_code, lib='openflow',
libpath=conf.env['LIBPATH_OPENFLOW'],
use='OPENFLOW DL XML2')