Hi team

I’ve noticed the issue regarding BGP Update messages of redistributing static 
route as bellow. 

When I’ve configured static route(route add net x.x.x.x/x gw y.y.y.y) through 
bgpspeaker, RyuBGP has advertised RIB as iBGP Update message(Nexthop: y.y.y.y) 
to R2.
But R2 has not stored RIB because of unreachable “Nexthop: y.y.y.y”

(1) Expected Result

                  (static)              iBGP
      ------- R1 ----------- RyuBGP ---------> R2
 x.x.x.x/x  y.y.y.y          z.z.z.z        => UPDATE(Nexthop: z.z.z.z)


(2) Actual Result

                  (static)              iBGP
      ------- R1 ----------- RyuBGP ---------> R2
 x.x.x.x/x  y.y.y.y          z.z.z.z        => UPDATE(Nexthop: y.y.y.y)


This issue has not occurred in v3.24
It may cause applying previous commit.
https://github.com/osrg/ryu/commit/2a4423fda3efb78368a9c8fdd5d8a48caf359c96

Thanks for your cooperation
Best regards
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to