commit | 0dcdb32992a28afa94c8c2420d7638e18725a9b7 | [log] [tgz] |
---|---|---|
author | dulalsaurab <sdulal@memphis.edu> | Wed Aug 15 20:39:07 2018 +0000 |
committer | Saurab Dulal <sdulal@memphis.edu> | Fri Jul 26 12:05:49 2019 -0500 |
tree | 49cb61484c28a9f0a6807933022a59b9ce5b05e9 | |
parent | 658c78b15fd5e39306e8674aa1d392995b2ba46e [diff] [blame] |
Check duplicate HR coordinates in topology file refs: #4812 Change-Id: I8b416e7fe5d5af73957e74b030e52897b7c75a9d
diff --git a/ndn/apps/nfdc.py b/ndn/apps/nfdc.py index 9f1b312..e5ed6cc 100644 --- a/ndn/apps/nfdc.py +++ b/ndn/apps/nfdc.py
@@ -53,6 +53,7 @@ @staticmethod def unregisterRoute(node, namePrefix, remoteNodeAddress, origin=255): cmd = "nfdc route remove {} {} {}".format(namePrefix, remoteNodeAddress, origin) + debug(node.cmd(cmd)) time.sleep(0.5) @staticmethod