Bug #2719
closed
Site name is set incorrectly by NlsrConfigGenerator
Added by Vince Lehman over 9 years ago.
Updated almost 8 years ago.
Description
Currently, NlsrConfigGenerator sets NLSR's site name to the same site for all routers:
general += " site /edu\n"
Instead, the site name should be set based on the node's name:
general += " site /{}-site\n".format(self.node.name)
- Tracker changed from Task to Bug
- Subject changed from Site name set incorrectly by NlsrConfigGenerator to Site name is set incorrectly by NlsrConfigGenerator
- Target version set to v0.1.0
- Target version changed from v0.1.0 to v0.1.1
- Target version changed from v0.1.1 to v0.2.0
- Description updated (diff)
- Target version changed from v0.2.0 to v0.3.0
Would also need to change:
a) Neighbor generation section
b) advertised prefix
c) convergence test
d) Any internal scripts we use for parsing logs etc.
Actually advertised prefix need not be updated to save making a lot of changes.
Better to change it to reflect testbed more closely.
- Status changed from New to Closed
- % Done changed from 0 to 100
Also available in: Atom
PDF