On 2/20/25 7:47 PM, Lucas Vargas Dias via dev wrote: > Fix the prefix filter function as the return condition when IPv6 > prefixes have same length. > New calc uses the denylist prefix mask to compare prefix and > denylist prefix. > Without this fix if denylist filter has > 2003:db08::/64 and it exists a route to 2003:db88, this route > is blocked because the calc for IPv6 doesn't check if they have > the same prefix lenght. > AND operator between prefix and denylist prefix will be > 2003:db08::/68 in this example (2003:db88::/64 & 2003:db08::64) > > Signed-off-by: Lucas Vargas Dias <[email protected]> > ---
Thanks, Lucas! Applied to main, 25.03, 24.09 and 24.03. Regards, Dumitru _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
