On 3/1/25 2:53 PM, Frank Wagner wrote: > On windows the ic_route_hash declaration dosn't work in compilation. > > Signed-off-by: Frank Wagner <[email protected]> > > --- > ic/ovn-ic.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ic/ovn-ic.c b/ic/ovn-ic.c > index ea68b1c12..7602979c9 100644 > --- a/ic/ovn-ic.c > +++ b/ic/ovn-ic.c > @@ -1174,7 +1174,7 @@ add_to_routes_ad(struct hmap *routes_ad, const struct > in6_addr prefix, > route_table = ""; > } > > - uint hash = ic_route_hash(&prefix, plen, &nexthop, origin, route_table); > + unsigned int hash = ic_route_hash(&prefix, plen, &nexthop, origin, > route_table); > > if (!ic_route_find(routes_ad, &prefix, plen, &nexthop, origin, > route_table, > hash)) {
Thanks, Frank! This looks good to me. Acked-by: Dumitru Ceara <[email protected]> Regards, Dumitru _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
