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
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
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
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