X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=lib%2Fofp-errors.h;h=cef32f29ae8159e7ff706789e36fe88bc99b446d;hb=c9f716683d1d4302f026764effc17554c93a8c9f;hp=fbd28e3b72092c39ef4365d65f121df44ba82c40;hpb=90bf1e0732ac9b11dd51ca856b635cac1f0269c1;p=openvswitch diff --git a/lib/ofp-errors.h b/lib/ofp-errors.h index fbd28e3b..cef32f29 100644 --- a/lib/ofp-errors.h +++ b/lib/ofp-errors.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -123,6 +123,12 @@ enum ofperr { /* NX(1,514). The in_port in an ofp_packet_out request is invalid. */ OFPERR_NXBRC_BAD_IN_PORT, + /* NX(1,515). Must-be-zero field had nonzero value. */ + OFPERR_NXBRC_MUST_BE_ZERO, + + /* NX(1,516). The reason in an ofp_port_status message is not valid. */ + OFPERR_NXBRC_BAD_REASON, + /* ## ---------------- ## */ /* ## OFPET_BAD_ACTION ## */ /* ## ---------------- ## */ @@ -170,6 +176,9 @@ enum ofperr { /* OF1.1(2,12). Actions uses an unsupported tag/encap. */ OFPERR_OFPBAC_BAD_TAG, + /* NX(2,256). Must-be-zero action argument had nonzero value. */ + OFPERR_NXBAC_MUST_BE_ZERO, + /* ## --------------------- ## */ /* ## OFPET_BAD_INSTRUCTION ## */ /* ## --------------------- ## */