Re: [Ryu-devel] splitting a flow into a number of flows

2017-12-24 Thread Iwase Yusuke
Hi Tanvir, > (1) How can I split a flow into multiple sub-flows defining the percentage of > each sub-flows compared to the flow? "weight" should be determined only when "OFPGT_SELECT" type. What does "split" exactly mean? To do round-robin or load-balance on two path, you should use "OFPGT_SEL

Re: [Ryu-devel] Query regarding Ryu

2017-12-24 Thread Vidhu Baggan
Dear Sir Thanks a lot for your support . I hope I would be able to make of it. Regards On Dec 25, 2017 6:38 AM, "Iwase Yusuke" wrote: > Hi, > > You mean modifying the rules of the BGP state transition (BGP FSM)? > You need to original rules? > > Ryu maintains the FSM state at "ryu/services/pr

Re: [Ryu-devel] Query regarding Ryu

2017-12-24 Thread Iwase Yusuke
Hi, You mean modifying the rules of the BGP state transition (BGP FSM)? You need to original rules? Ryu maintains the FSM state at "ryu/services/protocols/bgp/peer.py", so you can modify the rules if writing your code on it. For example, Ryu will move on to ESTABLISHED state when received a KEE

Re: [Ryu-devel] Query regarding Ryu

2017-12-24 Thread Vidhu Baggan
Dear Sir Can we modify the connection states cycle of BGP. Thanking you in anticipation. Regards On Dec 25, 2017 6:06 AM, "Iwase Yusuke" wrote: > Hi, > > Could you be more specific? > What does "modify" exactly mean? > > Thanks, > Iwase > > On 2017年12月23日 09:43, Vidhu Baggan wrote: > >> Dear Sir

Re: [Ryu-devel] BGP Next hop on a shared segment

2017-12-24 Thread Iwase Yusuke
Hi Gabriele, Thank you for your suggestion! Your suggestion is it is useful to optimize the NEXT_HOP attribute if routers share the same segment, right? You mean Ryu should update the NEXT_HOP attribute? Thanks, Iwase On 2017年12月20日 23:57, Gabriele Lospoto wrote: Dear Ryu Team, I'm implement

Re: [Ryu-devel] Query regarding Ryu

2017-12-24 Thread Iwase Yusuke
Hi, Could you be more specific? What does "modify" exactly mean? Thanks, Iwase On 2017年12月23日 09:43, Vidhu Baggan wrote: Dear Sir Kindly guide that can we modify bgp through Ryu. Thanking you in anticipation. Regards ---