Make DHCP discovery aware of the network integration (#144767)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
David Rapan
2025-05-14 07:59:48 +02:00
committed by GitHub
parent 31847d8cfb
commit ab5d60e33d
5 changed files with 78 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ async def test_subscribe_discovery(
async def mock_start(
callback: Callable[[aiodhcpwatcher.DHCPRequest], None],
if_indexes: list[int] | None = None,
) -> None:
"""Mock start."""
nonlocal saved_callback