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
If you have this order in your configuration file:
no fpm use-next-hop-groups
fpm address 127.0.0.1
the dplane code was using the same event thread t_event and the second
add event in the code was going, you already have an event scheduled
and as such the second event does not overwrite it. Leaving
no code to actually start the whole processing. There are probably
other cli iterations that will cause this fun as well, but I'm
not going to spend the time sussing them out at the moment.
Fixes: #12314
Signed-off-by: Donald Sharp <[email protected]>
(cherry picked from commit 551fa8c)
Describe the bug
We are switching from using old
fpm
plugin to newdplane_fpm_nl
plugin and observe that sometimes zebra does not connect to fpm server.The configuration in
/etc/frr/zebra.conf
is the following:I start zebra:
I start
fpm-stub
from https://github.com/donaldsharp/fpm-stub/tree/return_static:But
fpm-stub
stucks at waiting for client connection. This issues happens once out of 3 retries.Important note, if I remove the line
no fpm use-next-hop-groups
from zebra.conf the issue is not reproducible.To Reproduce
Expected behavior
I expect zebra connects to FPM application.
Screenshots
Versions
Additional context
The text was updated successfully, but these errors were encountered: