-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bgp-monitor: Do not issue global count gets if vrf flag set
Currently when the vrf flag is set, we get the global counts and the individual vrf counts. This causes changes to the number of peers to be counted twice, once in the global counts, and again for the individual vrf. To avoid this, do not issue gets to the global counts path when vrf flag is set. The counts will be on a per-vrf basis in that case Fixes=Bug839875 Change-Id: Iada53e3744d515835c5b156417a6465d305dd513
- Loading branch information
1 parent
0128339
commit 773a7c7
Showing
4 changed files
with
36 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type: PACKAGE | ||
version: 1.3.1 | ||
version: 1.3.2 | ||
name: bgp-monitor Action package | ||
description: Action package containing a script that checks BGP stats are stable across a Change Control |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type: PACKAGE | ||
version: 1.0.0 | ||
version: 1.0.1 | ||
name: bgp-monitor-per-stat Action package | ||
description: Action package containing a script that checks BGP statistics on a per-stat basis are stable across a Change Control |