get the v6sum
This commit is contained in:
parent
7546a1d1f8
commit
ec48d89c67
2 changed files with 12 additions and 3 deletions
|
|
@ -53,7 +53,9 @@ action delta_prepare()
|
|||
action delta_udp_from_v4_to_v6()
|
||||
{
|
||||
delta_prepare();
|
||||
hdr.udp.checksum = hdr.udp.checksum + meta.v6sum - meta.v4sum;
|
||||
hdr.udp.checksum = meta.v6sum;
|
||||
// hdr.udp.checksum = meta.v4sum;
|
||||
// hdr.udp.checksum = hdr.udp.checksum + meta.v6sum - meta.v4sum;
|
||||
}
|
||||
|
||||
action delta_tcp_from_v4_to_v6()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue