X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fmatch.h;h=0ea1f2d6bac9387cb4a1fdc2a637ea2211cc1490;hb=bbb8dee92d639331e8bd81823638267dcc895396;hp=d435aa4ecea08d369fa1070c65b7292c6daee7b3;hpb=780325b5b8d4c0552b4b7719e0a38200d99f6b08;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);