Remove cloning on table miss

This commit is contained in:
Nico Schottelius 2019-04-03 12:38:55 +02:00
commit 9d2f418f78
2 changed files with 5 additions and 5 deletions

View file

@ -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 ***********************************/