diff options
-rw-r--r-- | config/bgp_configs.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/bgp_configs.go b/config/bgp_configs.go index 870241ba..14d07fe9 100644 --- a/config/bgp_configs.go +++ b/config/bgp_configs.go @@ -471,6 +471,10 @@ type TimersType struct { //struct for container bgp-af-common-state type BgpAfCommonStateType struct { + // received prefix count + Pcount int64 + // sent prefix count + Scount int64 } //struct for container apply-policy |