diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-05-09 16:22:40 +0900 |
---|---|---|
committer | fujita <fujita@fujita-no-MacBook.local> | 2017-05-15 15:14:24 +0900 |
commit | c28f127f5fad42d252e5775ef7d7968e7c2b75c7 (patch) | |
tree | b9b77219dffb910c3ba89d8a382d2586c60e6388 /server | |
parent | 4215941eec35635f59c068de968523913df2a087 (diff) |
bgp: Advertise IPv4 routes with IPv6 Next Hop
RFC5549 allows IPv6 Next Hop address for the advertisement of IPv4
related NLRIs for <AFI/SAFI> of <1/1>, <1/2>, <1/4> and <1/128>.
Currently, the advertisement using the MP_REACH_NLRI is supported,
but IPv4 routes with IPv6 Next Hop is not enough.
This patch enable to advertise IPv4 routes for <AFI/SAFI> of <1/1>
through GoBGP CLI command.
e.g.)
$ gobgp global rib add -a ipv4 10.2.1.0/24 nexthop 2001:2::1
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'server')
0 files changed, 0 insertions, 0 deletions