IPv6 address 0000::1/128 when added to networks_list causes crash
F
FastNetMon
Unfortunately due to issue in IPv6 address representation by function print_ipv6_address and very likely "Compress IPv6 address" logic we have crash:
2025-04-03 13:12:14,822 [DEBUG] Loading IPv6 network 0000::1/128
2025-04-03 13:12:14,822 [DEBUG] Parsed IPv6 network as: :0001/128
Certainly it should be "::0001/128".