summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.proto
diff options
context:
space:
mode:
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r--api/gobgp.proto12
1 files changed, 6 insertions, 6 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto
index fde3a793..8dedf878 100644
--- a/api/gobgp.proto
+++ b/api/gobgp.proto
@@ -621,12 +621,11 @@ message PeerConf {
RemovePrivateAs remove_private_as = 8;
bool route_flap_damping = 9;
uint32 send_community = 10;
- string id = 11;
- string neighbor_interface = 12;
- string vrf = 13;
- uint32 allow_own_as = 14;
- bool replace_peer_as = 15;
- bool admin_down = 16;
+ string neighbor_interface = 11;
+ string vrf = 12;
+ uint32 allow_own_as = 13;
+ bool replace_peer_as = 14;
+ bool admin_down = 15;
}
message PeerGroupConf {
@@ -713,6 +712,7 @@ message PeerState {
// "api/capability.proto".
repeated google.protobuf.Any remote_cap = 21;
repeated google.protobuf.Any local_cap = 22;
+ string router_id = 23;
}
message Messages {