From f9d0568344b4766bc1ddc1be9a7e9afd00e2d832 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Thu, 26 Apr 2018 08:26:52 -0700 Subject: tcp: handle link-local addresses Change-Id: I9ede6bc861350c7d9e78fa4d96cd584c2816d06f Signed-off-by: Florin Coras --- src/vnet/tcp/tcp_error.def | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/vnet/tcp/tcp_error.def') diff --git a/src/vnet/tcp/tcp_error.def b/src/vnet/tcp/tcp_error.def index 8f006dfc287..44bf0c04168 100644 --- a/src/vnet/tcp/tcp_error.def +++ b/src/vnet/tcp/tcp_error.def @@ -44,4 +44,5 @@ tcp_error (FILTERED, "Packets filtered") tcp_error (OPTIONS, "Could not parse options") tcp_error (PAWS, "PAWS check failed") tcp_error (RCV_WND, "Segment not in receive window") -tcp_error (FIN_RCVD, "FINs received") \ No newline at end of file +tcp_error (FIN_RCVD, "FINs received") +tcp_error (LINK_LOCAL_RW, "No rewrite for link local connection") \ No newline at end of file -- cgit 1.2.3-korg