1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-17 01:32:37 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-07-28 16:30:13 -07:00
parent 24960cd02b
commit babb08c2e0

View File

@ -663,8 +663,8 @@ def parse(
},
'bin': {
'ip': _bin_format(bare_ip, interface.max_prefixlen),
'network': _bin_format(network_ipobj, interface.max_prefixlen),
'broadcast': _bin_format(broadcast_ipobj, interface.max_prefixlen),
'network': _bin_format(network_ipobj, interface.max_prefixlen),
'broadcast': _bin_format(broadcast_ipobj, interface.max_prefixlen),
'hostmask': _bin_format(hostmask_ipobj, interface.max_prefixlen),
'netmask': _bin_format(netmask_ipobj, interface.max_prefixlen),
'first_host': _bin_format(first_host_ipobj, interface.max_prefixlen),