X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fmatch.h;h=0ea1f2d6bac9387cb4a1fdc2a637ea2211cc1490;hb=015cf2977473aa16fae4a14cddb6fe3d92694b08;hp=d435aa4ecea08d369fa1070c65b7292c6daee7b3;hpb=b02475c53b3ca857c45eb5e17d12fdf233a9dac8;p=sliver-openvswitch.git diff --git a/lib/match.h b/lib/match.h index d435aa4ec..0ea1f2d6b 100644 --- a/lib/match.h +++ b/lib/match.h @@ -60,7 +60,7 @@ void match_set_tun_tos(struct match *match, uint8_t tos); void match_set_tun_tos_masked(struct match *match, uint8_t tos, uint8_t mask); void match_set_tun_flags(struct match *match, uint16_t flags); void match_set_tun_flags_masked(struct match *match, uint16_t flags, uint16_t mask); -void match_set_in_port(struct match *, uint16_t ofp_port); +void match_set_in_port(struct match *, ofp_port_t ofp_port); void match_set_skb_mark(struct match *, uint32_t skb_mark); void match_set_skb_priority(struct match *, uint32_t skb_priority); void match_set_dl_type(struct match *, ovs_be16);