Re: [Ryu-devel] openflow 1.3

2016-06-03 Thread Edison Albuquerque
I read it after I sent you my question. Thank you, one more time. 2016-06-03 0:58 GMT+00:00 Iwase Yusuke : > Hi, > > The default value of "command" in OFPFlowMod is > "command=ofproto.OFPFC_ADD". > So, simple_switch_13.py sends OFPFlowMod messages with > "command=ofproto.OFPFC_ADD". > > https://

Re: [Ryu-devel] openflow 1.3

2016-06-02 Thread Iwase Yusuke
Hi, The default value of "command" in OFPFlowMod is "command=ofproto.OFPFC_ADD". So, simple_switch_13.py sends OFPFlowMod messages with "command=ofproto.OFPFC_ADD". https://github.com/osrg/ryu/blob/master/ryu/ofproto/ofproto_v1_3_parser.py#L2615 Thanks, Iwase On 2016年06月01日 18:47, Edison Al

[Ryu-devel] openflow 1.3

2016-06-01 Thread Edison Albuquerque
Hi. Examining the file simple_switch_13.py i didn't see the cmd field in the FlowMod message to tell it to ADD a flow to the switch FlowTable. Is it possible to leave this command to be carried in the actions field? Thanks. -- *Todos querem um mundo melhor. Poucos colaboram.* Prof. Edison de Q

Re: [Ryu-devel] openflow 1.3 where should I put my initialization codes ?

2014-01-23 Thread Pan Zhang
Max Lin writes: > > I want to add some flow entries upon connecting to controller without triggering packet_in event? > Wheres the best starting place to put my initialization code? > Can I use (EventOFPSwitchFeatures, CONFIG_DISPATCHER) to do the starting code? > > thanks > -

Re: [Ryu-devel] openflow 1.3 where should I put my initialization codes ?

2014-01-23 Thread FUJITA Tomonori
Hi, On Tue, 21 Jan 2014 23:07:56 -0800 Max Lin wrote: > I want to add some flow entries upon connecting to controller > without triggering packet_in event? Wheres the best starting place > to put my initialization code? Can I use (EventOFPSwitchFeatures, > CONFIG_DISPATCHER) to do the starting

[Ryu-devel] openflow 1.3 where should I put my initialization codes ?

2014-01-21 Thread Max Lin
I want to add some flow entries upon connecting to controller without triggering packet_in event? Wheres the best starting place to put my initialization code? Can I use (EventOFPSwitchFeatures, CONFIG_DISPATCHER) to do the starting code? thanks ---

Re: [Ryu-devel] openflow 1.3 question

2014-01-15 Thread Morgan Yang
@lists.sourceforge.net Subject: Re: [Ryu-devel] openflow 1.3 question Hi, On Tue, 14 Jan 2014 08:09:36 + Morgan Yang wrote: > I'm curious if anyone has come across any OF1.3 plugin for wireshark > or tcpdump > > I've been using https://github.com/CPqD/ofdissector but I&#x

Re: [Ryu-devel] openflow 1.3 question

2014-01-15 Thread FUJITA Tomonori
Hi, On Tue, 14 Jan 2014 08:09:36 + Morgan Yang wrote: > I'm curious if anyone has come across any OF1.3 plugin for wireshark or > tcpdump > > I've been using https://github.com/CPqD/ofdissector but I'm noticing > occasional Malformed packets for "ADD" flows between RYU OF manager and OF

Re: [Ryu-devel] OpenFlow 1.3 Support in Ryu

2013-04-03 Thread FUJITA Tomonori
Hi, On Tue, 2 Apr 2013 20:00:14 -0700 Thomas Perniciaro wrote: > Hello - Where can I find out exactly whats supported on the Ryu controller > in terms of Openflow 1.3? For example - Does it support entire OXM match & > re-write? Yes, all the features should be supported. Please report if you fi

[Ryu-devel] OpenFlow 1.3 Support in Ryu

2013-04-02 Thread Thomas Perniciaro
Hello - Where can I find out exactly whats supported on the Ryu controller in terms of Openflow 1.3? For example - Does it support entire OXM match & re-write? Thanks in advance! -- Minimize network downtime and maximize t