daemon: refactored how interfaces are configured, updated link edits to allow proper bi-directional support for network to network interfaces, improved and added more unit tests for link add/edit/delete

This commit is contained in:
Blake Harnden 2022-01-25 09:13:39 -08:00
parent bc8c49c573
commit e9b83b0d28
8 changed files with 348 additions and 252 deletions

View file

@ -321,7 +321,7 @@ class BasicRangeModel(WirelessModel):
loss=self.loss,
jitter=self.jitter,
)
self.wlan.linkconfig(iface, options)
iface.config(options)
def get_position(self, iface: CoreInterface) -> Tuple[float, float, float]:
"""