diff options
author | Neale Ranns <nranns@cisco.com> | 2017-12-13 01:44:25 -0800 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2017-12-13 21:53:11 +0000 |
commit | cf3561bde53173a7be9aa02ed4897c7f2d55bd0a (patch) | |
tree | d299339b27fa848210b3098d3f8b81f1a7b3146b /src/vnet/ip/ip4_error.h | |
parent | 7e665d64eb172f8ff42009a0d412ad05ffae7432 (diff) |
IP bi-direction multicast - same cable check on egress
Change-Id: I655382f7f74181dd7c795a2b22f151f76b50e793
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/ip/ip4_error.h')
-rw-r--r-- | src/vnet/ip/ip4_error.h | 1 |
1 files changed, 1 insertions, 0 deletions
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") \ |