Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


vnet cleanup
[palacios.git] / palacios / src / devices / lnx_virtio_vnet.c
index 65eed65..ccd2620 100644 (file)
@@ -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");