)]}'
{"neutron/agent/linux/dhcp.py":[{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"c5222a5b05222fb8a36229509eb565ff9201cc96","unresolved":true,"context_lines":[{"line_number":1118,"context_line":"        # Otherwise the lease is released when other ports are deleted/updated"},{"line_number":1119,"context_line":"        entries_to_retain \u003d set()"},{"line_number":1120,"context_line":"        for ip, mac, client_id in entries_to_release:"},{"line_number":1121,"context_line":"            if client_id and (ip, mac, None) in new_leases:"},{"line_number":1122,"context_line":"                entries_to_retain.add((ip, mac, client_id))"},{"line_number":1123,"context_line":"        entries_to_release -\u003d entries_to_retain"},{"line_number":1124,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"9c61973e_ab1bf792","line":1121,"updated":"2025-09-10 07:02:48.000000000","message":"Why removing the comparison `entry_no_client_id in old_leases` present in the previous code? If the port is configured by Neutron with no client_id, that should be the same in both lists.","commit_id":"19cc025e0feeced4e6cd6bdf1e070bad88267a0c"}]}
