On Thu, 13 Feb 2014 17:15:44 -0800 vinay pai <bantw...@usc.edu> wrote:
> mod = parser.OFPFlowMod(datapath=datapath, priority=priority, > match = match, instructions=inst) You can specify table number as table_id argument here like. mod = parser.OFPFlowMod(datapath=datapath, table_id=1, priority=priority, match = match, instructions=inst) You can find the docs about our API: http://ryu.readthedocs.org/en/latest/ofproto_v1_3_ref.html#modify-state-messages By default (if you don't specify), table number 0 is used. ------------------------------------------------------------------------------ Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new audience. Start now. http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel