diff options
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 |