Skip to content

Commit

Permalink
Add the initial default action to tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy committed Jul 2, 2024
1 parent d966be4 commit d026a0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/p4/config/v1/p4info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ message Table {
repeated ActionRef action_refs = 3;
// 0 (default value) means that the table does not have a const default action
uint32 const_default_action_id = 4;
// The initial default action of the table. This can be overridden at runtime.
// 0 if there is no default action.
uint32 initial_default_action_id = 5;
// P4 id of the "implementation" for this table (e.g. action profile id); 0
// (default value) means that the table is a regular (direct) match table. As
// of today, only action profiles are supported but other table
Expand Down

0 comments on commit d026a0d

Please sign in to comment.