diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2016-07-29 15:37:15 +0000 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-07-29 16:31:35 +0900 |
commit | 7e74c11fdd07c0b48b81ced78178cc6e7fe3c296 (patch) | |
tree | 0bf2d92b0042b728b969359b476dfbe1c4578606 /api/grpc_server.go | |
parent | 59997e8daaf9793caecf178c770d9bb3882b148f (diff) |
config: simplify ipv6 link local address peering
from cli:
```
gobgp neighbor add fe80::902f:4eff:fe52:6985%eth0 as 65000
```
from configuration file:
```toml
[[neighbors]]
[[neighbors.afi-safis]]
[neighbors.config]
neighbor-address = "fe80::902f:4eff:fe52:6985%eth0"
peer-as = 65000
```
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'api/grpc_server.go')
0 files changed, 0 insertions, 0 deletions