Skip to content

Commit

Permalink
fix: Add missing decorator to net_if_broadcast_addrs()
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Dec 19, 2024
1 parent 35e9e18 commit 0ec576d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gallia/net.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def net_if_addrs() -> list[Interface]:
raise


@supports_platform("linux")
def net_if_broadcast_addrs() -> list[AddrInfo]:
out = []
for iface in net_if_addrs():
Expand Down

0 comments on commit 0ec576d

Please sign in to comment.