Commit broken in between state
This commit is contained in:
parent
c3f540795b
commit
28f985d9ce
2 changed files with 13 additions and 13 deletions
|
|
@ -140,13 +140,13 @@ control RealMain(
|
|||
hdr.icmp.type = ICMP_ECHO_REQUEST;
|
||||
hdr.icmp.code = 0;
|
||||
}
|
||||
// if(hdr.udp.isValid()) {
|
||||
// #ifdef USE_NICO_DELTA_CHECKSUM
|
||||
// delta_udp_from_v6_to_v4();
|
||||
// #else
|
||||
// meta.chk_udp_v4 = 1;
|
||||
// #endif
|
||||
// }
|
||||
}
|
||||
|
||||
if(hdr.udp.isValid()) {
|
||||
//delta_prepare();
|
||||
delta_udp_from_v6_to_v4();
|
||||
//stupid();
|
||||
}
|
||||
// if(hdr.tcp.isValid()) {
|
||||
// #ifdef USE_NICO_DELTA_CHECKSUM
|
||||
// delta_tcp_from_v6_to_v4();
|
||||
|
|
@ -158,7 +158,7 @@ control RealMain(
|
|||
|
||||
v4_networks.apply(); /* apply egress for IPv4 */
|
||||
exit; /* no further v6 processing */
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue