Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0b0468c
)
ip6: fix icmp throttling error index
26/40926/1
author
Maxime Peim
<
[email protected]
>
Fri, 24 May 2024 13:29:50 +0000
(15:29 +0200)
committer
Maxime Peim
<
[email protected]
>
Fri, 24 May 2024 13:29:50 +0000
(15:29 +0200)
Type: fix
Change-Id: I57ce42c193fd9408b9d4790482ea76d784148c30
Signed-off-by: Maxime Peim <
[email protected]
>
src/vnet/ip/icmp6.c
patch
|
blob
|
history
diff --git
a/src/vnet/ip/icmp6.c
b/src/vnet/ip/icmp6.c
index
b095f67
..
f93ebce
100644
(file)
--- a/
src/vnet/ip/icmp6.c
+++ b/
src/vnet/ip/icmp6.c
@@
-338,7
+338,7
@@
ip6_icmp_error (vlib_main_t * vm,
if (throttle_check (&icmp_throttle, thread_index, r0, seed))
{
- vlib_error_count (vm, node->node_index, ICMP
4
_ERROR_DROP, 1);
+ vlib_error_count (vm, node->node_index, ICMP
6
_ERROR_DROP, 1);
from += 1;
n_left_from -= 1;
continue;