X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fvnet.h;h=2c043c3c4d05ffd10e7c9352f3779782e09fa49b;hp=f76dbd1cfbbf787fc52ddab40a0cbda77abdcab2;hb=46db31bad625ca5d360ec78d8ea2accce1faac6a;hpb=22d401b991e0ca2cfc33612b36bb519cea74d130 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];