diff options
author | Hiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp> | 2014-12-12 16:48:46 +0900 |
---|---|---|
committer | Hiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp> | 2014-12-12 16:48:46 +0900 |
commit | fe17c473082cbc1f974c520e6e04ac542dc0de6c (patch) | |
tree | 739b1f2ace1928665a4455045547838c42f07968 /config | |
parent | 8ad10b1400dc573f792f0c691040cb16c32ef869 (diff) |
add field to BgpGlobalStateType
Diffstat (limited to 'config')
-rw-r--r-- | config/bgp_configs.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 |