[cli] implement network data print (#5543)

- Print human-readable network data.
- Create network data sub-command.
This commit is contained in:
Jonathan Hui
2020-09-19 10:28:17 -07:00
committed by GitHub
parent 8fbcd22064
commit 0d8a99bd05
28 changed files with 792 additions and 247 deletions
+1 -1
View File
@@ -1021,7 +1021,7 @@ class Node:
self._expect('Done')
def register_netdata(self):
self.send_command('netdataregister')
self.send_command('netdata register')
self._expect('Done')
def send_network_diag_get(self, addr, tlv_types):