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.


Added implementation of VNET host hook functions
[palacios.git] / linux_module / Makefile
index 1262bb9..8aa7855 100644 (file)
@@ -33,7 +33,7 @@ ifdef V3_CONFIG_EXT_INSPECTOR
 endif
 
 ifdef V3_CONFIG_VNET
-       v3vee-objs += palacios-vnet.o           
+       v3vee-objs += palacios-vnet.o palacios-vnet-bridge.o
 endif
 
 ifdef V3_CONFIG_PACKET