What version of OpenFlow are you using? Some appear not to support
table_id. For instance:
https://github.com/osrg/ryu/blob/master/ryu/ofproto/ofproto_v1_0_parser.py

On Wed, Nov 8, 2017 at 2:03 PM, Scott Reeve <scott.w.re...@gmail.com> wrote:

> Strange error:
>
> flow_mod_msg=ofp_parser.OFPFlowMod(datapath=dp,table_
> id=0,command=ofp.OFPFC_ADD,idle_timeout=0, hard_timeout=0, priority=0,
> flags=0, match=match, instructions=flow_inst)
>
>
> TypeError: __init__() got an unexpected keyword argument 'table_id'
>
>
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Ryu-devel mailing list
> Ryu-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to