daemon: refactored TunTap setaddrs to set_ips to be more consistent with new naming
This commit is contained in:
parent
f07176dd43
commit
cfda9509a2
2 changed files with 3 additions and 3 deletions
|
@ -529,9 +529,9 @@ class TunTap(CoreInterface):
|
|||
self.node.node_net_client.device_name(self.localname, self.name)
|
||||
self.node.node_net_client.device_up(self.name)
|
||||
|
||||
def setaddrs(self) -> None:
|
||||
def set_ips(self) -> None:
|
||||
"""
|
||||
Set interface addresses.
|
||||
Set interface ip addresses.
|
||||
|
||||
:return: nothing
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue