-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #1549: Check peer admin status from the BGP options
To avoid an additional RPC request to check the actual configuration, we can probably use the Shutdown flag under the BGP extended options: ```xml <bgp-options>Preference LocalAddress AddressFamily PeerAS Multipath Refresh</bgp-options> <bgp-options2>VpnApplyExport PeerSpecficLoopsAllowed</bgp-options2> <bgp-options-extended>GracefulShutdownRcv Shutdown</bgp-options-extended> ``` This should be a more reliable way to check the admin status, instead of incorrectly deducing the admin state from the operational state.
- Loading branch information
1 parent
e062fc5
commit 50aa428
Showing
5 changed files
with
60 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters