diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-01-17 00:11:08 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-01-17 00:11:08 +0900 |
commit | fe3a7e226622a58d746a199b96cc938c39f9445b (patch) | |
tree | ca27c8fd9dacbba28d4e677db0f772cc39826e8c /config | |
parent | 1ee4e65bc9ed53887c9c835dfbb22d3b7817d71c (diff) |
cli: update show neighbors output
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'config')
-rw-r--r-- | config/bgp_configs.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/bgp_configs.go b/config/bgp_configs.go index de3e1f97..ca2bafd2 100644 --- a/config/bgp_configs.go +++ b/config/bgp_configs.go @@ -378,7 +378,8 @@ type BgpNeighborCommonStateType struct { // peer-state State uint32 // peer-uptime - Uptime time.Time + Uptime time.Time + Downtime time.Time // BGP statistics // Open message input count |