X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fvnet.h;h=91cde553feaf6e36da903a7c8e4ccef9e370edbc;hp=01e387afe941c054a2dd2a601aba994ac0f06ccc;hb=0e097100a26bc43eb8964734fa43130fc4c71429;hpb=6cbdc3c14d417e26bf6dfdf08e19e09db44fdf51 diff --git a/palacios/include/devices/vnet.h b/palacios/include/devices/vnet.h index 01e387a..91cde55 100644 --- a/palacios/include/devices/vnet.h +++ b/palacios/include/devices/vnet.h @@ -39,13 +39,6 @@ #define ETHERNET_DATA_MAX 1500 #define ETHERNET_PACKET_LEN (ETHERNET_HEADER_LEN + ETHERNET_DATA_MAX) -#define TCP_TYPE 0 -#define UDP_TYPE 1 - -#define TCP_STR "TCP" -#define UDP_STR "UDP" - - //the routing entry struct routing { char src_mac[6];