Skip to content

Commit

Permalink
bgp should run after a config reload
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Sep 21, 2023
1 parent 9060c43 commit 4870a0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions partition/roles/sonic/handlers/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
systemd:
daemon_reload: yes

- name: restart bgp
systemd:
name: bgp
state: restarted

- name: restart caclmgrd
systemd:
name: caclmgrd
Expand All @@ -28,3 +23,8 @@
sleep: 5
delay: 30
timeout: 300

- name: restart bgp
systemd:
name: bgp
state: restarted

0 comments on commit 4870a0f

Please sign in to comment.