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 9, 2024
1 parent b40cf4f commit e8d6b3d
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 @@ -62,6 +62,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 e8d6b3d

Please sign in to comment.