Remove cloning on table miss
This commit is contained in:
parent
ae78f08a44
commit
9d2f418f78
2 changed files with 5 additions and 5 deletions
|
|
@ -336,7 +336,8 @@ Echo or Echo Reply Message
|
|||
NoAction;
|
||||
}
|
||||
size = ICMP_TABLE_SIZE;
|
||||
default_action = controller_debug_table_id(TABLE_ICMP);
|
||||
// default_action = controller_debug_table_id(TABLE_ICMP);
|
||||
default_action = NoAction; /* do not clone on miss */
|
||||
}
|
||||
|
||||
/********************** ARP ***********************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue