From cf3561bde53173a7be9aa02ed4897c7f2d55bd0a Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Wed, 13 Dec 2017 01:44:25 -0800 Subject: IP bi-direction multicast - same cable check on egress Change-Id: I655382f7f74181dd7c795a2b22f151f76b50e793 Signed-off-by: Neale Ranns --- src/vnet/ip/ip4_error.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet/ip/ip4_error.h') diff --git a/src/vnet/ip/ip4_error.h b/src/vnet/ip/ip4_error.h index d2775636539..d9b56bc2f49 100644 --- a/src/vnet/ip/ip4_error.h +++ b/src/vnet/ip/ip4_error.h @@ -59,6 +59,7 @@ _ (SRC_LOOKUP_MISS, "ip4 source lookup miss") \ _ (DROP, "ip4 drop") \ _ (PUNT, "ip4 punt") \ + _ (SAME_INTERFACE, "ip4 egrees interface same as ingress") \ \ /* Errors signalled by ip4-local. */ \ _ (UNKNOWN_PROTOCOL, "unknown ip protocol") \ -- cgit 1.2.3-korg