X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fofp-util.h;h=f4f71cb4802c9fe847a27203c8fa1e0579179462;hb=dbba996be2f0d96f4d2999d51c4ef1d16809bad9;hp=0664a5bde883fd3bd2e540cc8aedefecd31863b0;hpb=118c46769fce3be2c70dae494b02753c1db1780d;p=sliver-openvswitch.git diff --git a/lib/ofp-util.h b/lib/ofp-util.h index 0664a5bde..f4f71cb48 100644 --- a/lib/ofp-util.h +++ b/lib/ofp-util.h @@ -259,7 +259,7 @@ const union ofp_action *actions_next(struct actions_iterator *); int validate_actions(const union ofp_action *, size_t n_actions, const struct flow *, int max_ports); -bool action_outputs_to_port(const union ofp_action *, uint16_t port); +bool action_outputs_to_port(const union ofp_action *, ovs_be16 port); int ofputil_pull_actions(struct ofpbuf *, unsigned int actions_len, union ofp_action **, size_t *);