[Ryu-devel] How to send packet on backup link

2016-02-05 Thread Stas Kozlov
Hi Osman, I'm not sure about mininet, but in most hw switches FF group with watch ports works fine. -- Stas > From: Osman Titu > To: [email protected] > Cc: > Date: Thu, 4 Feb 2016 15:03:12 +0100 > Subject: [Ryu-devel] How to send packet on backup link > Hi > > I am using mininet

[Ryu-devel] Modifying an entry by adding one action

2016-02-05 Thread David Gabriel
Dears Is it possible to update/modify one entry by adding new action ? Please tell me the how to ? Thanks in advance. Regards -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RU

[Ryu-devel] send to many ports - and not OFPP_FLOOD

2016-02-05 Thread David Gabriel
Dears I want to add an entry that allows the forwording to multiple ports. Please note that I do not want to use the multicast OFPP_FLOOD. Is it possible to do it this way or there is other solution ? actions = [parser.OFPActionOutput(out_port1), parser.OFPActionOutput(out_port2),

Re: [Ryu-devel] write metadata and goto table for the same entry

2016-02-05 Thread David Gabriel
Thanks Shinpei Muraoka May I keep the metadata mask value empty in this way ? inst = [parser.OFPInstructionWriteMetadata(metadata_value), parser.OFPInstructionGotoTable(goto_table_id), ] Thanks in advance. 2016-02-04 20:50 GMT-08:00 村岡真平 : > Hi, > > > I want to write the metadata and set the go