[mle] 1.2 MED registers MA (scope > 3) to its parent via AR TLV (#4837)

This commit is contained in:
Rongli Sun
2020-04-24 10:17:55 -07:00
committed by GitHub
parent a13d8b958f
commit 60be2be68a
5 changed files with 367 additions and 11 deletions
+5
View File
@@ -704,6 +704,11 @@ class Node:
self.send_command(cmd)
self._expect('Done')
def add_ipmaddr(self, ipmaddr):
cmd = 'ipmaddr add %s' % ipmaddr
self.send_command(cmd)
self._expect('Done')
def get_addrs(self):
self.send_command('ipaddr')