comment fix

This commit is contained in:
Snoww 2026-04-15 00:31:46 -04:00 committed by GitHub
parent 14b442eded
commit a58c436d27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2443,7 +2443,7 @@ def odfusion(
def ipnorm(ip: str) -> str:
if ":" in ip:
# assume /56 clients; drop 4 groups
# assume /56 clients; drop final 72 bits
return str(IPv6Network(ip + "/56", strict=False).network_address)
return ip