diff options
Diffstat (limited to 'src/vnet/ip/ip4_error.h')
-rw-r--r-- | src/vnet/ip/ip4_error.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/vnet/ip/ip4_error.h b/src/vnet/ip/ip4_error.h index d9b56bc2f49..4e545aeda3c 100644 --- a/src/vnet/ip/ip4_error.h +++ b/src/vnet/ip/ip4_error.h @@ -75,7 +75,10 @@ \ /* Errors singalled by ip4-inacl */ \ _ (INACL_TABLE_MISS, "input ACL table-miss drops") \ - _ (INACL_SESSION_DENY, "input ACL session deny drops") + _ (INACL_SESSION_DENY, "input ACL session deny drops") \ + \ + /* Erros from mfib-forward */ \ + _ (RPF_FAILURE, "Multicast RPF check failed") typedef enum { |