Skip to content

Commit

Permalink
Add SAI copy action to ACL schema (#591)
Browse files Browse the repository at this point in the history
[PINS] Add SAI copy action to ACL schema
  • Loading branch information
daniele-moro authored Mar 30, 2022
1 parent db18c3a commit 556f4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/saiaclschema.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ const ActionSchema &ActionSchemaByName(const std::string &action_name)
// SAI_ACL_ENTRY_ATTR_ACTION_MACSEC_FLOW
{"SAI_PACKET_ACTION_DROP", {.format = Format::kNone, .bitwidth = 0}},
{"SAI_PACKET_ACTION_FORWARD", {.format = Format::kNone, .bitwidth = 0}},
// SAI_PACKET_ACTION_COPY
{"SAI_PACKET_ACTION_COPY", {.format = Format::kNone, .bitwidth = 0}},
// SAI_PACKET_ACTION_COPY_CANCEL
{"SAI_PACKET_ACTION_TRAP", {.format = Format::kNone, .bitwidth = 0}},
{"SAI_PACKET_ACTION_LOG", {.format = Format::kNone, .bitwidth = 0}},
Expand Down

0 comments on commit 556f4ad

Please sign in to comment.