[netpfga] remove icmp support
No payload checksumming...
This commit is contained in:
parent
7b9ecc0038
commit
f80ecc1d68
1 changed files with 1 additions and 4 deletions
|
@ -132,10 +132,7 @@ control RealMain(
|
|||
exit; /* no further v6 processing */
|
||||
|
||||
} else if(hdr.ipv4.isValid()) {
|
||||
if(icmp.apply().hit) {
|
||||
v4_networks.apply();
|
||||
exit;
|
||||
} else if(nat46.apply().hit) {
|
||||
if(nat46.apply().hit) {
|
||||
if(hdr.icmp.isValid()) {
|
||||
nat46_icmp_generic();
|
||||
|
||||
|
|
Loading…
Reference in a new issue