From 0d4f59afad75e44d8dfbfedddb55e433d7fb5431 Mon Sep 17 00:00:00 2001 From: Hiroshi Yokoi Date: Mon, 15 Dec 2014 19:44:33 +0900 Subject: add field to BgpAfCommonStateType --- config/bgp_configs.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/bgp_configs.go') 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 -- cgit v1.2.3