summaryrefslogtreecommitdiffhomepage
path: root/config/bgp_configs.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/bgp_configs.go')
-rw-r--r--config/bgp_configs.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/bgp_configs.go b/config/bgp_configs.go
index be489e52..de3e1f97 100644
--- a/config/bgp_configs.go
+++ b/config/bgp_configs.go
@@ -408,6 +408,9 @@ type BgpNeighborCommonStateType struct {
// Dynamic Capability output count
DynamicCapOut uint32
+ TotalIn uint32
+ TotalOut uint32
+
// BGP state count
// Established
EstablishedCount uint32