Skip to content

Commit cdfb485

Browse files
authored
[macsec] Add eapol to copp config (sonic-net#8416)
This change enables the control packets of MACsec to be processed by CPU.
1 parent f5ec889 commit cdfb485

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

files/image_config/copp/copp_cfg.j2

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
"trap_ids": "ip2me",
9292
"trap_group": "queue1_group1"
9393
},
94+
"macsec": {
95+
"trap_ids": "eapol",
96+
"trap_group": "queue4_group3"
97+
},
9498
"nat": {
9599
"trap_ids": "src_nat_miss,dest_nat_miss",
96100
"trap_group": "queue1_group2"

0 commit comments

Comments
 (0)