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
ovn-ic: Do not try to advertise auto-generated lla next_hops.
Since [1] we do not learn routes with auto-generated link-local next-hops.
However, routes with auto-generated lla next hops were still created and
deleted from ovn-ic-sb, causing high cpu usage on ovn-ic and ovn-ic-sb,
as well as high traffic between AZs and ovn-ic-sb.
Fix this by skipping route advertisement when the derived next-hop is
an EUI-64 LLA (i.e. fe80::/64).
Non-EUI-64 link-local addresses (e.g. fe80:10::1/64), are intentionally
left unfiltered and continue to be advertised and learned normally.
[1] cb0e2b3 ("ovn-ic: do not learn routes with link-local next-hops")
Reported-at: https://issues.redhat.com/browse/FDP-2000
Assisted-by: Claude Sonnet 4.6, OpenCode
Signed-off-by: Xavier Simonart <xsimonar@redhat.com>
Signed-off-by: Ales Musil <amusil@redhat.com>
(cherry picked from commit 82ba408)
0 commit comments