diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2016-08-01 09:56:40 +0000 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-08-02 10:48:58 +0900 |
commit | b19731ffeab480bccb58d6b7a154ba72c29088e8 (patch) | |
tree | a4bbd7dfb0e23ef80d25a2b56a518581754df0b1 /api/gobgp.proto | |
parent | 1890b4c5ef28fde6cff478a78e1ded3a65badd6b (diff) |
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 <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r-- | api/gobgp.proto | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |