Re: [Qemu-devel] [PATCH 2/2] slirp: Add classless static routes support to DHCP server
Benjamin Drung, on mar. 27 févr. 2018 17:06:02 +0100, wrote: > +int i = 0; Rather unsigned? > char *end; > +unsigned int route_count = 0; > struct slirp_config_str *config; > +struct StaticRoute *routes = NULL; > +const StringList *iter; > > if (!ipv4 && (vnetwork
[Qemu-devel] [PATCH 2/2] slirp: Add classless static routes support to DHCP server
This patch will allow the user to specify classless static routes for the replies from the built-in DHCP server. Signed-off-by: Benjamin Drung --- net/slirp.c | 65 +--- qapi/net.json| 4 qemu-options.hx | 13 +++- slirp