diff options
author | Hiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp> | 2014-09-12 14:33:50 -0700 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-09-12 14:33:50 -0700 |
commit | fad987254d2cf76c159ea58b7cab4ee3fa0b0fc5 (patch) | |
tree | 815a36454bf39c4a105e259a5fe7a0e9b924dd5a /doc | |
parent | 43ab3472ff4bbfe15ca975f7623a1fd207869a5c (diff) |
bgp: local preference support
add local preference support in bgp. It is possible to apply local
preference to specific paths by using AttributeMap.
Unfortunately this patch supports only IPv4 path and I'm going to
start writing patches for other route families after this.
Signed-off-by: Hiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/library_bgp_speaker_ref.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/library_bgp_speaker_ref.rst b/doc/source/library_bgp_speaker_ref.rst index 86f520ee..ac3a3be2 100644 --- a/doc/source/library_bgp_speaker_ref.rst +++ b/doc/source/library_bgp_speaker_ref.rst @@ -13,3 +13,9 @@ BGPSpeaker class .. autoclass:: ryu.services.protocols.bgp.info_base.base.PrefixFilter :members: + +.. autoclass:: ryu.services.protocols.bgp.info_base.base.ASPathFilter + :members: + +.. autoclass:: ryu.services.protocols.bgp.info_base.base.AttributeMap + :members: |