diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2014-08-10 19:25:06 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-08-13 14:05:18 +0900 |
commit | c6371474840f68c8da86976933297f7a85e3b537 (patch) | |
tree | 5e584f673eb584d358124ff6ed0ecf6b586161e5 /doc/source/quantumclient/common/exceptions.py | |
parent | c451b6e4ecb9507c0ed641e99eb7ff415caabd5f (diff) |
bgp: add route server function to bgpspeaker
implemented draft-ietf-idr-ix-bgp-route-server-05 partially.
you can enable this function like below
> speaker = BGPSpeaker(as_number=64512, router_id='10.10.0.1')
> speaker.neighbor_add('10.0.0.1', 64514, is_route_server_client=True)
> speaker.neighbor_add('10.10.0.2', 64513, is_route_server_client=True)
add multiple rib function is a future work
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source/quantumclient/common/exceptions.py')
0 files changed, 0 insertions, 0 deletions