Skip to content

Commit

Permalink
[arp] copy arp IO to cpu instead of trap and drop (#812)
Browse files Browse the repository at this point in the history
During warm reboot, we need VLAN take care of ARP traffic by itself.

Signed-off-by: Ying Xie <[email protected]>
  • Loading branch information
yxieca authored May 6, 2019
1 parent 5386d7f commit 5e4b71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swssconfig/sample/00-copp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{
"COPP_TABLE:trap.group.arp": {
"trap_ids": "arp_req,arp_resp,neigh_discovery",
"trap_action":"trap",
"trap_action":"copy",
"trap_priority":"4",
"queue": "4",
"meter_type":"packets",
Expand Down

0 comments on commit 5e4b71d

Please sign in to comment.