-
Notifications
You must be signed in to change notification settings - Fork 469
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bgp_policies.go): don't get BGP peers twice
Fixes a problem where a user would end up with redundant external peers in their BGP policies because getting peers is IP family agnostic and yet is run twice on the same list. This also ruined unit test consistency.
- Loading branch information
Showing
1 changed file
with
12 additions
and
11 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