sonic-net / sonic-buildimage

Scripts which perform an installable binary image build for SONiC
Other
737 stars 1.43k forks source link

service frr reload not working #3194

Open nikos-github opened 5 years ago

nikos-github commented 5 years ago
root@sonic:/home/admin# docker exec -it bgp service frr reload                                                                                                                                                    [warn] Reading deprecated /etc/frr/daemons.conf. Please move its settings to /etc/frr/daemons and remove it. ... (warning).
[warn] watchfrr_options contains a bash array value. The configured value is intentionally ignored since it is likely wrong. Please remove or fix the setting. ... (warning).
[FAIL] The frr-pythontools package is required for reload functionality. ... failed! (edited) 
nikos-github commented 5 years ago

@xinliu-seattle @zhenggen-xu @MichelMoriniaux @mslocrian

mslocrian commented 5 years ago

I thought that we had included frr-pythontools in a previous PR.

Going to build against current master and check it out.

nikos-github commented 5 years ago

@xinliu-seattle @mslocrian We did. Things are now broken at multiple levels unfortunately. Without proper review, frr got moved from systemd to supervisord, watchfrr is not running anymore, split configuration is not working and service frr reload is also not working.

ITJamie commented 2 years ago

any update on this?