On Fri, 24 Mar 2017 13:11:05 +0900 Satoshi Fujimoto <[email protected]> wrote:
> Currently, when BGPSpeaker advertises IPv4/6 unicast routes > via an iBGP connection, if the Nexthop in the route is omitted, > BGP Speaker advertises the Nexthop with the unspecified address. > This route can be evaluated as invalid by the receiving router. > This patch fixes it by making BGPSpeaker to advertising > the Nexthop with the host's own ip address if the local route > in the RIB has the Nexthop with the unspecified address. > > Signed-off-by: Satoshi Fujimoto <[email protected]> > --- > ryu/services/protocols/bgp/peer.py | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) Applied, thanks! ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
