X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fnx-match.h;h=edd79481a5d3b3a1ebc61491f11187146a5306a7;hb=c5cf10598f8c9f4428291e9df3ecd72a05fb1ccf;hp=70652256f28409ea1a807e7482f0ced8c0b33316;hpb=f47ea0215f0fc2898815c903276d9ec8afd0306e;p=sliver-openvswitch.git diff --git a/lib/nx-match.h b/lib/nx-match.h index 70652256f..edd79481a 100644 --- a/lib/nx-match.h +++ b/lib/nx-match.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2011, 2012, 2013 Nicira, Inc. + * Copyright (c) 2010, 2011, 2012, 2013, 2014 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,6 +27,7 @@ struct ds; struct match; +struct mf_field; struct mf_subfield; struct ofpact_reg_move; struct ofpact_reg_load; @@ -70,8 +71,6 @@ enum ofperr nxm_reg_move_from_openflow(const struct nx_action_reg_move *, struct ofpbuf *ofpacts); enum ofperr nxm_reg_load_from_openflow(const struct nx_action_reg_load *, struct ofpbuf *ofpacts); -enum ofperr nxm_reg_load_from_openflow12_set_field( - const struct ofp12_action_set_field * oasf, struct ofpbuf *ofpacts); enum ofperr nxm_reg_move_check(const struct ofpact_reg_move *, const struct flow *);