Merged new versions from NRL

This commit is contained in:
Rod A Santiago 2016-09-14 17:12:25 -07:00
parent 65803f9334
commit 928617e613
4 changed files with 8 additions and 9 deletions

View file

@ -91,7 +91,7 @@ class NrlNhdp(NrlService):
servicenames = map(lambda x: x._name, services)
if "SMF" in servicenames:
cmd += " -flooding ecds"
cmd += " -flooding ecds-etx sticky"
cmd += " -smfClient %s_smf" % node.name
netifs = filter(lambda x: not getattr(x, 'control', False), \