Re: [Ryu-devel] Private VLAN flows

2013-03-17 Thread FUJITA Tomonori
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

[Ryu-devel] Private VLAN flows

2013-03-14 Thread Bright Dadson
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