aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_error.def
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2018-04-26 08:26:52 -0700
committerDamjan Marion <dmarion.lists@gmail.com>2018-05-17 06:29:13 +0000
commitf9d0568344b4766bc1ddc1be9a7e9afd00e2d832 (patch)
tree6266d507999c3fff98c6d8da849c0b4b9ed116a6 /src/vnet/tcp/tcp_error.def
parent78c568905724af785e90185fd89fa8717b3b35c2 (diff)
tcp: handle link-local addresses
Change-Id: I9ede6bc861350c7d9e78fa4d96cd584c2816d06f Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vnet/tcp/tcp_error.def')
-rw-r--r--src/vnet/tcp/tcp_error.def3
1 files changed, 2 insertions, 1 deletions
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