On Fri, 15 Mar 2013 00:55:22 +0000 Bright Dadson <[email protected]> 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 IN_PORT as a match - but the port number directly?! I'm not sure I correctly understand what you mean but if you want to use only 'vlan id' for match condition, then it's possible with the OF spec, and of course with Ryu too. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
