X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Flnx_virtio_vnet.c;h=ccd26207a2509042ce114cee7fcf7766efe533c1;hb=e718111ad89c9e81faa544f21c84bd1d73943485;hp=65eed65460b9b931637abc1c3ae69c43f8c8cc7e;hpb=1381b3b1c2b376a246be70e59731006b2d09a0be;p=palacios.git diff --git a/palacios/src/devices/lnx_virtio_vnet.c b/palacios/src/devices/lnx_virtio_vnet.c index 65eed65..ccd2620 100644 --- a/palacios/src/devices/lnx_virtio_vnet.c +++ b/palacios/src/devices/lnx_virtio_vnet.c @@ -155,7 +155,7 @@ static int handle_cmd_kick(struct guest_info * core, struct virtio_vnet_state * // add route PrintDebug("Adding VNET Route\n"); - tmp_status = v3_vnet_add_route(route); + tmp_status = v3_vnet_add_route(*route); PrintDebug("VNET Route Added\n");