From b19731ffeab480bccb58d6b7a154ba72c29088e8 Mon Sep 17 00:00:00 2001 From: ISHIDA Wataru Date: Mon, 1 Aug 2016 09:56:40 +0000 Subject: api/cli: api/cli support for unnumbered bgp fron cli: ``` $ gobgp neighbor add interface eth1 as 65000 $ gobgp neighbor del interface eth1 $ gobgp neighbor eth1 Peer AS Up/Down State |#Advertised Received Accepted eth1 65000 00:00:05 Establ | 0 0 0 ``` Signed-off-by: ISHIDA Wataru --- api/gobgp.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'api/gobgp.proto') diff --git a/api/gobgp.proto b/api/gobgp.proto index 4021ac0e..d8d8eae8 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -557,6 +557,7 @@ message PeerConf { string id = 13; repeated PrefixLimit prefix_limits = 14; string local_address = 15; + string neighbor_interface = 16; } message EbgpMultihop { -- cgit v1.2.3