From fe17c473082cbc1f974c520e6e04ac542dc0de6c Mon Sep 17 00:00:00 2001 From: Hiroshi Yokoi Date: Fri, 12 Dec 2014 16:48:46 +0900 Subject: add field to BgpGlobalStateType --- config/bgp_configs.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/bgp_configs.go b/config/bgp_configs.go index ed888776..870241ba 100644 --- a/config/bgp_configs.go +++ b/config/bgp_configs.go @@ -724,6 +724,8 @@ type PeerGroupType struct { //struct for container bgp-global-state type BgpGlobalStateType struct { + // start time + StartTime time.Time } //struct for container confederation -- cgit v1.2.3