diff options
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r-- | api/gobgp.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto index 99431195..271a54a3 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -274,7 +274,7 @@ message PeerState { string admin_state = 16; uint32 received = 17; uint32 accepted = 18; - uint32 advertized = 19; + uint32 advertised = 19; uint32 out_q = 20; uint32 flops = 21; } |