aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ip/ip6_error.h
diff options
context:
space:
mode:
authorKevin Paul Herbert <kph@cisco.com>2016-01-26 18:32:24 -0800
committerDamjan Marion <damarion@cisco.com>2016-01-27 20:59:33 +0100
commit8f9e7d43d8b8e5495477e3a587f78409a4cf8808 (patch)
tree1298c643df69e00497c04e313005cb67e809c1f1 /vnet/vnet/ip/ip6_error.h
parentdac3fd44ff7e2a7285baa810527c4743167382dd (diff)
Remove vestigal TCP implementation
Eliot's TCP was never completed. Remove it. Change-Id: I8456ed02b55f5b3f0b93547533f7467dd2229c07 Signed-off-by: Kevin Paul Herbert <kph@cisco.com>
Diffstat (limited to 'vnet/vnet/ip/ip6_error.h')
-rw-r--r--vnet/vnet/ip/ip6_error.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/vnet/vnet/ip/ip6_error.h b/vnet/vnet/ip/ip6_error.h
index 93754a10fcc..c28cda20f57 100644
--- a/vnet/vnet/ip/ip6_error.h
+++ b/vnet/vnet/ip/ip6_error.h
@@ -60,13 +60,11 @@
/* Errors signalled by ip6-local. */ \
_ (UNKNOWN_PROTOCOL, "unknown ip protocol") \
_ (UDP_CHECKSUM, "bad udp checksum") \
- _ (TCP_CHECKSUM, "bad tcp checksum") \
_ (ICMP_CHECKSUM, "bad icmp checksum") \
_ (UDP_LENGTH, "inconsistent udp/ip lengths") \
\
- /* Errors signalled by {tcp6,udp6}-lookup. */ \
+ /* Errors signalled by udp6-lookup. */ \
_ (UNKNOWN_UDP_PORT, "no listener for udp port") \
- _ (UNKNOWN_TCP_PORT, "no listener for tcp port") \
\
/* Spoofed packets in ip6-rewrite-local */ \
_(SPOOFED_LOCAL_PACKETS, "ip4 spoofed local-address packet drops") \