OFPGMFC is so nice these constants said it twice. Signed-off-by: Ben Pfaff <b...@nicira.com> --- lib/ofp-errors.h | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/ofp-errors.h b/lib/ofp-errors.h index 593241d..fd6f03f 100644 --- a/lib/ofp-errors.h +++ b/lib/ofp-errors.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira, Inc. + * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -388,13 +388,13 @@ enum ofperr { OFPERR_OFPGMFC_BAD_COMMAND, /* OF1.2+(6,12). Error in bucket. */ - OFPERR_OFPGMFC_OFPGMFC_BAD_BUCKET, + OFPERR_OFPGMFC_BAD_BUCKET, /* OF1.2+(6,13). Error in watch port/group. */ - OFPERR_OFPGMFC_OFPGMFC_BAD_WATCH, + OFPERR_OFPGMFC_BAD_WATCH, /* OF1.2+(6,14). Permissions error. */ - OFPERR_OFPGMFC_OFPGMFC_EPERM, + OFPERR_OFPGMFC_EPERM, /* ## --------------------- ## */ /* ## OFPET_PORT_MOD_FAILED ## */ -- 1.7.2.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev