[netpfga] remove icmp support

No payload checksumming...
This commit is contained in:
Nico Schottelius 2019-07-25 14:35:37 +02:00
parent 7b9ecc0038
commit f80ecc1d68
1 changed files with 1 additions and 4 deletions

View File

@ -132,10 +132,7 @@ control RealMain(
exit; /* no further v6 processing */ exit; /* no further v6 processing */
} else if(hdr.ipv4.isValid()) { } else if(hdr.ipv4.isValid()) {
if(icmp.apply().hit) { if(nat46.apply().hit) {
v4_networks.apply();
exit;
} else if(nat46.apply().hit) {
if(hdr.icmp.isValid()) { if(hdr.icmp.isValid()) {
nat46_icmp_generic(); nat46_icmp_generic();