Hi there,
anyone know how to prevent FRR to restart every time when the config has chaned?
Problem can be dampeing for example are network unreachability.
Just as an Idea, use only somethink like that:
vtysh -e "sh ip bgp sum"
vtysh -e "clear ip bgp *"
And so on.
In this case you
Hi there,
is there anyway to prevent the whole restart of FRR when the config has changed?
Problem is durin a restart the connectivity gets lost and when you do this a
couple of time it could be that you network is flapping and maybe some
providers user damping.
Cheers
Daniel
__