You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A /31 point-to-point link has no broadcast address; both addresses in
the range are usable hosts. However, ovn-northd computed a traditional
subnet broadcast for the router port and included it in the priority-100
lr_in_ip_input L3 admission control drop flow (ip4.src == {...}). On a
/31, that "broadcast" address is the peer, so all traffic originating
from the /31 peer was dropped.
Skip the broadcast address in the admission control drop set for /31
networks so that /31 router ports work as expected.
Fixes: 936b640 ("ovn: Implement basic logical L3 routing.")
Assisted-by: Claude Opus 4.8, Cursor
Signed-off-by: Han Zhou <hzhou@ovn.org>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
(cherry picked from commit 1e738aa)
0 commit comments