On 3/21/22 11:45, Dumitru Ceara wrote: >> bool >> inet_parse_active(const char *target_, int default_port, >> - struct sockaddr_storage *ss, bool resolve_host) >> + struct sockaddr_storage *ss, >> + bool resolve_host, bool *dns_failure) > It's not really a fair ask I guess, but would it be possible to avoid > changing this signature? > > OVN uses it in a few places. I know there's no real contract for > functions in lib/*.h but OVN does use them directly. > > If you don't see a simple way of avoiding the signature change, it's not > a big deal I guess, we can always just bump the OVS submodule version in > OVN. >
Sorry, I meant: ".. we can always just change callers in OVN when bumping the OVS submodule version in OVN." _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
