Re: [Ryu-devel] Drop packets for a mac

2018-11-07 Thread IWAMOTO Toshihiro
On Mon, 05 Nov 2018 04:39:18 +0900, Munim Shabir wrote: > Hi all, > > I am trying to add a flow entry to drop all packets sourced from specific > mac. any leads on that? A flow entry with an empty action causes packets to be dropped. Something like this should work. Just make sure to put it in a

Re: [Ryu-devel] Extracting Log File For Data Plane in RYU controller

2018-11-07 Thread IWAMOTO Toshihiro
On Sun, 04 Nov 2018 01:04:41 +0900, Soe Ye Htet wrote: > I am trying to develop the software defined wireless mesh network by using > the RYU controller with node failure rerouting scenario. I am trying to > output log file for the rerouting data plane such as using networking > sniffiing tool. Can

Re: [Ryu-devel] Question - Flow Deletion

2018-11-07 Thread IWAMOTO Toshihiro
On Thu, 08 Nov 2018 00:30:32 +0900, Rodriguez Felipe wrote: > > [1 ] > [1.1 ] > Hi, > > > In the del_flow function please assume command=ofproto.OFPFC_DELETE not > ofproto.OFPFC_DELETE_STRICT > > > Thank you > > > From: Rodriguez Felipe > Sent: Wednesday, N

Re: [Ryu-devel] Question - Flow Deletion

2018-11-07 Thread Rodriguez Felipe
Hi, In the del_flow function please assume command=ofproto.OFPFC_DELETE not ofproto.OFPFC_DELETE_STRICT Thank you From: Rodriguez Felipe Sent: Wednesday, November 7, 2018 5:18:32 PM To: [email protected] Subject: Question - Flow Deletion Hi!