Skip to content

Commit

Permalink
Add SAI copy action to ACL schema (sonic-net#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 and itamar-talmon committed Jul 19, 2022
1 parent a39978d commit f92570d
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 f92570d

Please sign in to comment.