On Fri, 15 Mar 2013 00:55:22 +
Bright Dadson wrote:
> I am currently trying to add a flow to simulate vlan on pre-determine ports
> on the switch. My question is, Is it possible to use Ryu to add flows
> without using a match on ingress port, i.e adding a flow with vlan tags
> without using I
Hi Guys,
I am currently trying to add a flow to simulate vlan on pre-determine ports
on the switch. My question is, Is it possible to use Ryu to add flows
without using a match on ingress port, i.e adding a flow with vlan tags
without using IN_PORT as a match - but the port number directly?!
Than