summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.proto
diff options
context:
space:
mode:
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r--api/gobgp.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto
index 98136bc6..b80964eb 100644
--- a/api/gobgp.proto
+++ b/api/gobgp.proto
@@ -55,7 +55,7 @@ message Error {
message Arguments {
Resource resource = 1;
AddressFamily af = 2;
- string router_id = 3;
+ string neighbor_address = 3;
}
message ModPathArguments {
@@ -66,7 +66,7 @@ message ModPathArguments {
message PolicyArguments {
Resource resource = 1;
Operation operation = 2;
- string router_id = 3;
+ string neighbor_address = 3;
string name = 4;
PolicyDefinition policy_definition = 6;
ApplyPolicy apply_policy = 7;