)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"1e53c3a57688c4f0fb854326bc498da69536be7c","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"357bbbfc_5e2c8f33","updated":"2024-02-20 12:31:59.000000000","message":"Bug report created as https://bugs.launchpad.net/neutron/+bug/2054435.\n\nI\u0027ll abandon this attempt of a fix to give someone with deeper knowledge a fresh attempt.","commit_id":"f08636101bc3ea81f373757ec3ce9b7127579e27"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"7019b0894da2d1d04df175090fcaeb4e11b206fc","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"11e2a640_d040cd43","updated":"2024-02-18 16:59:49.000000000","message":"Can you open a LP bug or describe a bit more what is happening there?","commit_id":"f08636101bc3ea81f373757ec3ce9b7127579e27"},{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"110fc572a9ad8abc19bf3e56f9716af90acb0d7b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"00038ad2_3054b48b","in_reply_to":"11e2a640_d040cd43","updated":"2024-02-18 21:26:59.000000000","message":"I can create a bug, I noticed the issue when digging into failures in the requirements repo seen after bumping the netaddr library to the latest version, see https://review.opendev.org/c/openstack/neutron/+/909316/2 and its dependency. likely solving this needs someone with better understanding of the code than me to look into it","commit_id":"f08636101bc3ea81f373757ec3ce9b7127579e27"}],"neutron/agent/linux/openvswitch_firewall/firewall.py":[{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"110fc572a9ad8abc19bf3e56f9716af90acb0d7b","unresolved":true,"context_lines":[{"line_number":423,"context_line":""},{"line_number":424,"context_line":"        # NOTE(hangyang): Handle add/delete overlapped IPs among"},{"line_number":425,"context_line":"        # remote security groups and remote address groups"},{"line_number":426,"context_line":"        removed_ips \u003d set([str(netaddr.IPNetwork(addr).cidr) for addr in ("},{"line_number":427,"context_line":"            set(flow_state.keys()) - set(addr_to_conj.keys()))])"},{"line_number":428,"context_line":"        ip_to_conj \u003d collections.defaultdict(set)"},{"line_number":429,"context_line":"        for addr, conj_ids in addr_to_conj.items():"}],"source_content_type":"text/x-python","patch_set":1,"id":"e3718025_c7f4c951","line":426,"updated":"2024-02-18 21:26:59.000000000","message":"when running the neutron.tests.unit.agent.linux.openvswitch_firewall.test_firewall.TestConjIPFlowManager.test_sg_removed test, addr here is \"10.22.3.4\", so addr[0]\u003d\u003d\"1\", which is an invalid IP address for netaddr \u003e\u003d 1.0.0, so an error is raised. in some other tests in that class however, actual lists of addresses show up, so the current patch isn\u0027t correct, either.","commit_id":"f08636101bc3ea81f373757ec3ce9b7127579e27"}]}
