Skip to content

Commit 7f1ed0a

Browse files
authored
[arp] copy arp IO to cpu instead of trap and drop (sonic-net#812)
During warm reboot, we need VLAN take care of ARP traffic by itself. Signed-off-by: Ying Xie <ying.xie@microsoft.com>
1 parent 2a3d0cf commit 7f1ed0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

swssconfig/sample/00-copp.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
"COPP_TABLE:trap.group.arp": {
2424
"trap_ids": "arp_req,arp_resp,neigh_discovery",
25-
"trap_action":"trap",
25+
"trap_action":"copy",
2626
"trap_priority":"4",
2727
"queue": "4",
2828
"meter_type":"packets",

0 commit comments

Comments
 (0)