diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2014-05-30 11:26:57 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-06-02 12:02:03 +0900 |
commit | afc0b98b20467231be2d8899e0708a39c5b77f19 (patch) | |
tree | d640f4aaa629ae316dac01f71f119fbddf00504d /doc | |
parent | 2c7ca2ff2d92824cf8e26f129f70f2d2e743b436 (diff) |
bgp: remove unnecessary OutgoingRoute attribute 'bgp4_format'
Attribute 'bgp4_format' was intended to be used to decide whether to
construct UPDATE msg in bgp4 format or mpbgp format.
But we can decide this simply by checking the path type which we are going
update. If the path type is IPv4, we use bgp4 format. In other cases,
we use mpbgp format.
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')
0 files changed, 0 insertions, 0 deletions