Skip to content

Commit

Permalink
Adding enum to specifiy policy forwarding behaviour in case of decaps…
Browse files Browse the repository at this point in the history
…ulate a packet
  • Loading branch information
vishnureddybadveli authored Nov 8, 2024
1 parent ea290e3 commit 40f7c6a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ submodule openconfig-pf-forwarding-policies {
"The policy is used only to classify incoming packets into corresponding
network instances.";
}
enum HW_LOOKUP_POLICY {
description
"The policy reflects how to decapsulate a packet and
forward inner packet before or after HW look up .";
}
}
default PBR_POLICY;
description
Expand Down

0 comments on commit 40f7c6a

Please sign in to comment.