From: Lei Xia Date: Tue, 10 Nov 2009 20:24:19 +0000 (-0600) Subject: Vnet code update X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=46db31bad625ca5d360ec78d8ea2accce1faac6a Vnet code update --- diff --git a/palacios/include/devices/vnet.h b/palacios/include/devices/vnet.h index f76dbd1..2c043c3 100644 --- a/palacios/include/devices/vnet.h +++ b/palacios/include/devices/vnet.h @@ -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];