diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-12-23 16:19:04 -0800 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-12-23 16:19:04 -0800 |
commit | c66c6b3b0469346c4ce05354552be2dec1e46ffa (patch) | |
tree | 28ce5f50a10aa3df9485089e4df793fe28e21a14 /config/bgp_configs.go | |
parent | b644f6b6bf6ef5c833f549664d45ff96ba962308 (diff) |
server: update Uptime and UpdateRecvTime
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'config/bgp_configs.go')
-rw-r--r-- | config/bgp_configs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bgp_configs.go b/config/bgp_configs.go index 14d07fe9..be489e52 100644 --- a/config/bgp_configs.go +++ b/config/bgp_configs.go @@ -378,7 +378,7 @@ type BgpNeighborCommonStateType struct { // peer-state State uint32 // peer-uptime - Uptime uint64 + Uptime time.Time // BGP statistics // Open message input count |