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:
47303ea
)
interface: clear flags after checksum computation
81/43081/2
author
Mohsin Kazmi
<
[email protected]
>
Wed, 4 Jun 2025 10:32:20 +0000
(10:32 +0000)
committer
Florin Coras
<
[email protected]
>
Thu, 5 Jun 2025 03:19:21 +0000
(
03:19
+0000)
Type: fix
Signed-off-by: Mohsin Kazmi <
[email protected]
>
Change-Id: I8f193f03176fa6c8a4f426c009d2978bb8f142fe
src/vnet/interface_output.h
patch
|
blob
|
history
diff --git
a/src/vnet/interface_output.h
b/src/vnet/interface_output.h
index
b512d9a
..
6464c0e
100644
(file)
--- a/
src/vnet/interface_output.h
+++ b/
src/vnet/interface_output.h
@@
-144,6
+144,7
@@
vnet_calc_outer_checksums_inline (vlib_main_t *vm, vlib_buffer_t *b)
vnet_buffer_offload_flags_clear (b,
VNET_BUFFER_OFFLOAD_F_OUTER_UDP_CKSUM);
}
+ vnet_buffer_offload_flags_clear (b, VNET_BUFFER_OFFLOAD_F_TNL_MASK);
}
#endif