summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.proto
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-11-24 23:05:50 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-11-26 17:49:48 +0900
commit301b48532d4a5510c9d4ffdc44eb2754fdd1a3d1 (patch)
tree28aef2b5ef206121c745b304636d8f6abfedce8b /api/gobgp.proto
parenta5763c20d4ab411a3d6375cad32c8c8255c43a64 (diff)
support received, accepted, and advertised counters per family
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r--api/gobgp.proto13
1 files changed, 5 insertions, 8 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto
index 64910a7a..910618a9 100644
--- a/api/gobgp.proto
+++ b/api/gobgp.proto
@@ -701,16 +701,13 @@ message PeerState {
PFX_CT = 2; // prefix counter over limit
}
AdminState admin_state = 15;
- uint32 received = 16;
- uint32 accepted = 17;
- uint32 advertised = 18;
- uint32 out_q = 19;
- uint32 flops = 20;
+ uint32 out_q = 16;
+ uint32 flops = 17;
// Each attribute must be one of *Capability defined in
// "api/capability.proto".
- repeated google.protobuf.Any remote_cap = 21;
- repeated google.protobuf.Any local_cap = 22;
- string router_id = 23;
+ repeated google.protobuf.Any remote_cap = 18;
+ repeated google.protobuf.Any local_cap = 19;
+ string router_id = 20;
}
message Messages {