ofp-util: Use OFPGMFC_OUT_OF_BUCKETS for indirect groups with !=1 buckets.
authorBen Pfaff <blp@nicira.com>
Fri, 8 May 2015 16:15:43 +0000 (09:15 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 8 May 2015 18:33:58 +0000 (11:33 -0700)
commit36be51c5b09c97a62c342e8ff0bb2d1a33ea2b68
treec4acf48cba4986eda16f60a8e97064adb67eb55f
parent3afcde4381bd0fdcb9eb711bf49b14a48d64e944
ofp-util: Use OFPGMFC_OUT_OF_BUCKETS for indirect groups with !=1 buckets.

OpenFlow 1.3 says:

    If a switch cannot add the incoming group entry due to restrictions
    (hardware or otherwise) limiting the number of group buckets, it must
    refuse to add the group entry and must send an ofp_error_msg with
    OFPET_GROUP_MOD_FAILED type and OFPGMFC_OUT_OF_BUCKETS code.

This indicates that OFPGMFC_OUT_OF_BUCKETS is appropriate for an indirect
group with the wrong number of buckets, but OVS was using a different
error.  This fixes the problem.

ONF-JIRA: EXT-546
Reported-by: Mrinmoy Das <mrdas@ixiacom.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
AUTHORS
lib/ofp-util.c