of13/14: fix OFPFMFC_TABLE_FULL typo
Reported-by: Morgan Yang <Morgan.Yang@radisys.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Reviewed-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
This commit is contained in:
parent
4c63a5cf24
commit
2a95c185e1
@ -957,7 +957,7 @@ OFPBMC_EPERM = 11 # Permissions error.
|
||||
|
||||
# enum ofp_flow_mod_failed_code
|
||||
OFPFMFC_UNKNOWN = 0 # Unspecified error.
|
||||
OFPFMFC_TABLES_FULL = 1 # Flow not added because table was full.
|
||||
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.
|
||||
|
@ -779,7 +779,7 @@ OFPBMC_EPERM = 11 # Permissions error.
|
||||
|
||||
# enum ofp_flow_mod_failed_code
|
||||
OFPFMFC_UNKNOWN = 0 # Unspecified error.
|
||||
OFPFMFC_TABLES_FULL = 1 # Flow not added because table was full.
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user