diff options
Diffstat (limited to 'api/rest.go')
-rw-r--r-- | api/rest.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/rest.go b/api/rest.go index b4b2c314..08588e70 100644 --- a/api/rest.go +++ b/api/rest.go @@ -91,7 +91,7 @@ type RestResponseNeighbor struct { RestResponseDefault RemoteAddr string RemoteAs uint32 - NeighborState uint32 + NeighborState string UpdateCount int } |