On 2/7/25 2:43 PM, Lucas Vargas Dias via dev wrote:
> Fix the prefix filter function as the return condition when IPv6
> prefixes have same length. If denylist prefix and prefix verified
> have the same length, it must be have compared only.
> 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]>
> ---

Hi Lucas,

The CI failure is indeed an unrelated, already existing, infra issue:
https://github.com/ovsrobot/ovn/actions/runs/13202058994

Triggering a re-run.

Recheck-request: github-robot

Regards,
Dumitru

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to