commit | dd4c6b78e4711f6c32184f523725bc0419361a6c | [log] [tgz] |
---|---|---|
author | Yucheng Zhang <peterskycloud@gmail.com> | Tue Apr 05 17:02:46 2016 -0500 |
committer | Ashlesh Gawande <agawande@memphis.edu> | Thu Jun 02 12:36:42 2016 -0800 |
tree | fd9853151dffb894d809954d93fae73b86024ff2 | |
parent | 008387d31116209e994b1105b86bccc4253a9835 [diff] |
Launch NLSR with explicit configuration file Change-Id: Icacb1b4f320a4aa7394f58611ba424924a4ae0c0 refs: #3039
diff --git a/ndn/nlsr.py b/ndn/nlsr.py index 2da0894..38cda67 100644 --- a/ndn/nlsr.py +++ b/ndn/nlsr.py
@@ -40,7 +40,7 @@ node.cmd("sudo sed -i 's|prefix .*netlab|prefix /ndn/edu/%s|g' %s" % (node.name, self.confFile)) def start(self): - NdnApplication.start(self, "nlsr -d") + NdnApplication.start(self, "nlsr -d -f {} &".format(self.confFile)) class NlsrConfigGenerator: