Skip to content

Commit

Permalink
[PINS] Add submit to ingress port to copp_cfg file
Browse files Browse the repository at this point in the history
Submission containing materials of a third party:
    Copyright Google LLC; Licensed under Apache 2.0

Co-authored-by: Glenn Connery <gconnery@google.com>

Signed-off-by: Brian O'Connor <bocon@opennetworking.org>
  • Loading branch information
PINS Working Group authored and bocon13 committed Oct 30, 2021
1 parent dfc1697 commit f9e7e21
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions files/image_config/copp/copp_cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"trap_priority":"4",
"queue": "4"
},
"queue4_group2": {
"queue4_group2": {
"trap_action":"copy",
"trap_priority":"4",
"queue": "4",
Expand Down Expand Up @@ -60,7 +60,10 @@
"trap_action": "trap",
"trap_priority": "1"

}
}{%- if include_p4rt == "y" %},
"trap.group.send_to_ingress" : {
"submit_to_ingress_name" : "send_to_ingress"
}{% endif %}
},
"COPP_TRAP": {
"bgp": {
Expand Down

0 comments on commit f9e7e21

Please sign in to comment.