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

[Ryu-devel] Drop packets for a mac

2018-11-04 Thread Munim Shabir
Hi all, I am trying to add a flow entry to drop all packets sourced from specific mac. any leads on that? Thanks Muneem ___ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel

Re: [Ryu-devel] Drop packets

2014-02-14 Thread FUJITA Tomonori
On Fri, 14 Feb 2014 17:26:22 +0100 Windhya Rankothge wrote: > I want to install rules on switches to drop packets coming from a specific > IP address.. I checked all OFPP actions, but could not find and action > similar to "drop".. so I would like to have any advices to deal drop > action.. IIR

[Ryu-devel] Drop packets

2014-02-14 Thread Windhya Rankothge
Hi all, I want to install rules on switches to drop packets coming from a specific IP address.. I checked all OFPP actions, but could not find and action similar to "drop".. so I would like to have any advices to deal drop action.. I am following simple switch example, it shows how to deal with