[Ryu-devel] how to dump flowspec route event in RYU.

2019-06-20 Thread mark
Dear All, i am testing ryu bgp speaker and running v4.30. for flowspec route, how can i grab flowspec route change event with speaker? i tested ipv4 unicast route, it works fine using "dump_remote_best_path_change" function. how about flowspec? please kindly advise.

Re: [Ryu-devel] Fwd: Fwd: RYUv4.6 send hello without 'bitmap'

2017-02-08 Thread mark
Hi Iwase, thanks for quick reply. i test OVS also, and OVS can successfully establish connection when specify as "of13". the switch vendor says they always send bitmap and negotiate of-version depends on whether controller sends bitmap too. that's why negotiation is fa

Re: [Ryu-devel] Ryu4.0 get portdesc error when using ofctl_rest api

2016-03-29 Thread mark
Hi Sir, i test OVS also, it do really works fine when query portdesc. it might be our DUT switch issue, i will ask to fix it. Thanks for your great help!!! BR< Mark On 3/30/16 10:10 AM, Iwase Yusuke wrote: > Hi, > > On my environment, I could get port_desc response. > &g

[Ryu-devel] Ryu4.0 get portdesc error when using ofctl_rest api

2016-03-29 Thread mark
Dear All, i'm testing the new Ryu4.0 with OpenFlow1.4 version. when start ryu.app.ofctl_rest.py, i can see switch register well on ryu, but if i query switch portdesc, i get error, below. could you please help to verify this issue? BR&

Re: [Ryu-devel] how to increase openflow buffer size

2016-01-17 Thread zeng mark
Thanks for your advice.I have done this job . Best Regards, Mark > Subject: Re: [Ryu-devel] how to increase openflow buffer size > To: [email protected] > CC: [email protected] > From: [email protected] > Date: Fri, 15 Jan 2016 16:28:09 +0900 > >

Re: [Ryu-devel] [PATCH] Use idle timeout in ofctl to avoid incomplete querying

2015-08-06 Thread mark
Hi Sir, copy that. thanks for great help, again. Mark On 8/6/15 2:33 PM, Yi Tseng wrote: Hi Mark please see this diagram: 內置圖片 1 1. Reply packet must be received by ryu before timeout. 2. Ryu waits only one second for each reply. 3. I use OpenvSwitch -- Yi 2015-08-06 12:38 GMT+08:00

Re: [Ryu-devel] RYU can't get more than 21K flow entry to curl client

2015-08-05 Thread mark
HI Sir, yes! after change timeout to 5s, i can get all flows. Thanks for great help Mark On 8/5/15 5:34 PM, Yi Tseng wrote: Hello I think it spent too much time to reply flow status(about 6.5 seconds), and default timeout is 1 second in ofctl. https://github.com/osrg/ryu/blob/master/ryu

Re: [Ryu-devel] curl add flow w/ ipv6_exthdr mask

2015-03-16 Thread mark
Hi Yusuke, Thanks for reply. once the patch is done, please kindly share with me. BR, Mark On 3/16/15 12:48 PM, Yusuke Iwase wrote: > Hi Mark, > > Currently, curl command of ryu (ofctl_rest.py) is not support ipv6_exthdr > with mask. > I will make a patch. > > Thanks >

Re: [Ryu-devel] curl add flow w/ ipv6_exthdr mask

2015-03-15 Thread mark
Hi Sir, i would like to use curl to add flow w/ ipv6_exthdr mask in lab. i refer ryu/test/switches/0f13/match/39_IPV6_EXTHDR_Mask.json file, but i don't know how to set *"mask":496* in curl command. can you please kindly tell! Thanks mark

[Ryu-devel] curl add flow w/ ipv6_exthdr mask

2015-03-12 Thread mark
Hi Sir, i refer "39_IPV6_EXTHDR_Mask.json" file, and try to add flow w/ "ipv6_exthdr mask" manually. but the problem is i don't know how to set match "mask" value. can you kindly show me th