Skip to content

Commit 8e50633

Browse files
rajendra-dendukurilguohan
authored andcommitted
Trap DHCPv6 packets for supporting ZTP over in-band interfaces using … (sonic-net#997)
* Trap DHCPv6 packets for supporting ZTP over in-band interfaces using DHCPv6 discovery Also increase incoming packet rate on in-band interfaces to support faster download of large files. SONiC firmware image download over in-band can take a lot of time if the incoming packet rate is limited to 600pps. This, change increases it to 6000pps. Signed-off-by: Rajendra Dendukuri <[email protected]>
1 parent 5be3963 commit 8e50633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swssconfig/sample/00-copp.config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"OP": "SET"
3535
},
3636
{
37-
"COPP_TABLE:trap.group.lldp.dhcp.udld": {
38-
"trap_ids": "lldp,dhcp,udld",
37+
"COPP_TABLE:trap.group.lldp.dhcp.dhcpv6.udld": {
38+
"trap_ids": "lldp,dhcp,dhcpv6,udld",
3939
"trap_action":"trap",
4040
"trap_priority":"4",
4141
"queue": "4"

0 commit comments

Comments
 (0)