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 code update
Lei Xia [Tue, 10 Nov 2009 20:24:19 +0000 (14:24 -0600)]
palacios/include/devices/vnet.h

index f76dbd1..2c043c3 100644 (file)
@@ -56,24 +56,6 @@ struct ethAddr{
 #define HANDLER_SUCCESS 0
 */
 
-#define ANY "any"
-#define NOT "not"
-#define NONE "none"
-#define EMPTY "empty"
-
-#define ANY_TYPE 0
-#define NOT_TYPE 1
-#define NONE_TYPE 2
-#define EMPTY_TYPE 3
-
-#define INTERFACE "INTERFACE"
-#define EDGE "EDGE"
-#define ANY_SRC "ANY"
-
-#define INTERFACE_TYPE 0
-#define EDGE_TYPE 1
-#define ANY_SRC_TYPE 2
-
 //the routing entry
 struct routing {
   char src_mac[6];