Skip to content

Commit

Permalink
[macsec] Add eapol to copp config (#8416)
Browse files Browse the repository at this point in the history
This change enables the control packets of MACsec to be processed by CPU.
  • Loading branch information
byu343 authored Aug 24, 2021
1 parent f5ec889 commit cdfb485
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions files/image_config/copp/copp_cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
"trap_ids": "ip2me",
"trap_group": "queue1_group1"
},
"macsec": {
"trap_ids": "eapol",
"trap_group": "queue4_group3"
},
"nat": {
"trap_ids": "src_nat_miss,dest_nat_miss",
"trap_group": "queue1_group2"
Expand Down

0 comments on commit cdfb485

Please sign in to comment.