summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.proto
diff options
context:
space:
mode:
authorISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2016-07-29 16:28:31 +0000
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-07-29 16:31:35 +0900
commitbb15c18402ffcb5beb60aa61cfdc57577633f234 (patch)
tree39d2a646dee0cd4b031b30b0384b52911647d86b /api/gobgp.proto
parent7e74c11fdd07c0b48b81ced78178cc6e7fe3c296 (diff)
api/cli: add LocalAddress to PeerConf struct
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r--api/gobgp.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto
index 71a30185..4021ac0e 100644
--- a/api/gobgp.proto
+++ b/api/gobgp.proto
@@ -556,6 +556,7 @@ message PeerConf {
repeated bytes local_cap = 12;
string id = 13;
repeated PrefixLimit prefix_limits = 14;
+ string local_address = 15;
}
message EbgpMultihop {