Skip to content

Commit

Permalink
[upgrade]save bgp UP state after they are brough up (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
maggiemsft authored Feb 5, 2018
1 parent 8a68631 commit 2746f16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/upgrade_sonic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,7 @@
- name: Set all bgp interfaces admin-up
become: true
shell: config bgp startup all

- name: save bgp admin-up states
become: true
shell: config save -y

0 comments on commit 2746f16

Please sign in to comment.