Skip to content

Commit

Permalink
Tag fields in BgpRouterState to derive statistics based on their changes
Browse files Browse the repository at this point in the history
Change-Id: I2f70ee954af8f9518979c7837434e372b8027b0b
Partial-Bug: #1576437
  • Loading branch information
ananth-at-camphor-networks committed Nov 15, 2016
1 parent 2e12c0c commit fca809b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control-node/sandesh/control_node.sandesh
Expand Up @@ -19,7 +19,7 @@ struct BgpRouterState {
30: optional bool admin_down
2: optional bool deleted
3: optional u64 uptime;
7: optional u32 output_queue_depth;
7: optional u32 output_queue_depth (tags="");
8: optional u32 num_bgp_peer;
9: optional u32 num_up_bgp_peer;
20: optional u32 num_deleting_bgp_peer;
Expand Down

0 comments on commit fca809b

Please sign in to comment.