aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ip/ip_packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnet/vnet/ip/ip_packet.h')
-rw-r--r--vnet/vnet/ip/ip_packet.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vnet/vnet/ip/ip_packet.h b/vnet/vnet/ip/ip_packet.h
index 6fcd0071ef1..84b125818e0 100644
--- a/vnet/vnet/ip/ip_packet.h
+++ b/vnet/vnet/ip/ip_packet.h
@@ -56,10 +56,9 @@ typedef enum {
#undef ip_port
} ip_port_t;
-/* Classifies protocols into TCP, UDP, ICMP or other. */
+/* Classifies protocols into UDP, ICMP or other. */
typedef enum {
IP_BUILTIN_PROTOCOL_UDP,
- IP_BUILTIN_PROTOCOL_TCP,
IP_BUILTIN_PROTOCOL_ICMP,
IP_BUILTIN_PROTOCOL_UNKNOWN,
} ip_builtin_protocol_t;