Re: [Ryu-devel] ofctl_rest app tcp flags

2019-06-23 Thread Yusuke Iwase
f no other way... > -- > *From:* Yusuke Iwase > *Sent:* Sunday, June 23, 2019 3:37 PM > *To:* Alon Dotan > *Cc:* knet solutions; ryu-devel@lists.sourceforge.net > *Subject:* Re: [Ryu-devel] ofctl_rest app tcp flags > > Hi, > > Excuse me for jumping in. >

Re: [Ryu-devel] ofctl_rest app tcp flags

2019-06-23 Thread Alon Dotan
Thanks, From: knet solutions mailto:knetsolutio...@gmail.com>> Sent: Sunday, June 23, 2019 2:28 PM To: Alon Dotan Cc: Ryu-devel Subject: Re: [Ryu-devel] ofctl_rest app tcp flags 1. could you share the ovs-ofct command which you use? 2. Also paste the flows (dump-flow

Re: [Ryu-devel] ofctl_rest app tcp flags

2019-06-23 Thread Yusuke Iwase
ackets=0, n_bytes=0, > priority=20475,udp6,in_port=ens4,tp_src=547,tp_dst=546 actions=drop > cookie=0x5adc15c0, duration=3874.622s, table=0, n_packets=0, n_bytes=0, > priority=0 actions=drop > > Thanks, > -- > *From:* knet solutions > *Sent:* Sunday, June 23, 2019 2:28 PM

Re: [Ryu-devel] ofctl_rest app tcp flags

2019-06-23 Thread Alon Dotan
, duration=3874.622s, table=0, n_packets=0, n_bytes=0, priority=0 actions=drop Thanks, From: knet solutions Sent: Sunday, June 23, 2019 2:28 PM To: Alon Dotan Cc: Ryu-devel Subject: Re: [Ryu-devel] ofctl_rest app tcp flags 1. could you share the ovs-ofct command which

Re: [Ryu-devel] ofctl_rest app tcp flags

2019-06-23 Thread knet solutions
ommand line.. > -- > *From:* knet solutions > *Sent:* Sunday, June 23, 2019 1:41 PM > *To:* Alon Dotan > *Cc:* Ryu-devel > *Subject:* Re: [Ryu-devel] ofctl_rest app tcp flags > > TCP flags are not supported in openflow match field. Refer openflow &

Re: [Ryu-devel] ofctl_rest app tcp flags

2019-06-23 Thread Alon Dotan
not sure I understood.. there is no problem to add it via the ovs-ofctl command line.. From: knet solutions Sent: Sunday, June 23, 2019 1:41 PM To: Alon Dotan Cc: Ryu-devel Subject: Re: [Ryu-devel] ofctl_rest app tcp flags TCP flags are not supported in openflow

Re: [Ryu-devel] ofctl_rest app tcp flags

2019-06-23 Thread knet solutions
TCP flags are not supported in openflow match field. Refer openflow specification. On Sun, 23 Jun 2019 15:00 Alon Dotan, wrote: > Hey, > Im triyng to configure rule that match by tcp flags like the following > https://ryu.readthedocs.io/en/latest/library_packet_ref/packet_tcp.html > but im una