X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fclassifier.h;fp=lib%2Fclassifier.h;h=f6cc93b9c7bc5ba8837d48b268c3a401219fcf37;hb=40a8ca3292a78639919e32ddd1558ce02ad938eb;hp=45cb9572be3af25115db98254b0b705ba2dda019;hpb=197ef7af3c68bceed2d0680ad6f0c01d33d1954b;p=sliver-openvswitch.git diff --git a/lib/classifier.h b/lib/classifier.h index 45cb9572b..f6cc93b9c 100644 --- a/lib/classifier.h +++ b/lib/classifier.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Nicira Networks. + * Copyright (c) 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -67,6 +67,7 @@ CLS_FIELD(OFPFW_NW_SRC_MASK, nw_src, NW_SRC) \ CLS_FIELD(OFPFW_NW_DST_MASK, nw_dst, NW_DST) \ CLS_FIELD(OFPFW_NW_PROTO, nw_proto, NW_PROTO) \ + CLS_FIELD(OFPFW_NW_TOS, nw_tos, NW_TOS) \ CLS_FIELD(OFPFW_TP_SRC, tp_src, TP_SRC) \ CLS_FIELD(OFPFW_TP_DST, tp_dst, TP_DST)