Hi:

>From the latest github repo,  it's OFPFMFC_TABLES_FULL for ofproto_v1_3 and 
>ofproto_v1_4

./ryu/ofproto/ofproto_v1_4.py:OFPFMFC_TABLES_FULL = 1  # Flow not added because 
table was full.
./ryu/ofproto/ofproto_v1_3.py:OFPFMFC_TABLES_FULL = 1        # Flow not added 
because table was full.
./build/lib/ryu/ofproto/ofproto_v1_4.py:OFPFMFC_TABLES_FULL = 1  # Flow not 
added because table was full.
./build/lib/ryu/ofproto/ofproto_v1_3.py:OFPFMFC_TABLES_FULL = 1        # Flow 
not added because table was full.

But it's still listed as OFPFMFC_TABLE_FULL for ofproto_v1_2
./ryu/ofproto/ofproto_v1_2.py:OFPFMFC_TABLE_FULL = 1        # Flow not added 
because table was full.
I thought maybe there was an change in the spec but in 1.3 and 1.4 spec it is 
still listed OFPFMFC_TABLE_FULL

/* ofp_error_msg 'code' values for OFPET_FLOW_MOD_FAILED. 'data' contains
* at least the first 64 bytes of the failed request. */
enum ofp_flow_mod_failed_code {
OFPFMFC_UNKNOWN = 0, /* Unspecified error. */
OFPFMFC_TABLE_FULL = 1, /* Flow not added because table was full. */
OFPFMFC_BAD_TABLE_ID = 2, /* Table does not exist */
OFPFMFC_OVERLAP = 3, /* Attempted to add overlapping flow with
CHECK_OVERLAP flag set. */
OFPFMFC_EPERM = 4, /* Permissions error. */
OFPFMFC_BAD_TIMEOUT = 5, /* Flow not added because of unsupported
idle/hard timeout. */
OFPFMFC_BAD_COMMAND = 6, /* Unsupported or unknown command. */
OFPFMFC_BAD_FLAGS = 7, /* Unsupported or unknown flags. */
OFPFMFC_CANT_SYNC = 8, /* Problem in table synchronisation. */
OFPFMFC_BAD_PRIORITY = 9, /* Unsupported priority value. */
}

I'm assuming this is a typo?

Much Thanks
Morgan Yang
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to