✏️ fix typo on nibble

master
otthorn 3 years ago
parent 2983c3d4db
commit d084bdefd0

@ -58,7 +58,7 @@ def reverse_zone(network):
if network.version == 4:
boundary = 8 # break to the byte
elif network.version == 6:
boundary = 4 # break to the nimble
boundary = 4 # break to the nibble
assert network.prefixlen % boundary == 0
length = (network.prefixlen // boundary)

Loading…
Cancel
Save