Skip to content

Commit

Permalink
Fix p4-dpdk compiler error.
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f committed Jul 31, 2024
1 parent b9885bc commit 77aa605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash-pipeline/bmv2/stages/direction_lookup.p4
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ control direction_lookup_stage(

action set_inbound_direction() {
meta.direction = dash_direction_t.INBOUND;
set_eni_mac_type(dash_eni_mac_type_t.DST_MAC, dash_eni_mac_override_type_t.NONE);
meta.eni_mac_type = dash_eni_mac_type_t.DST_MAC;
}

@SaiTable[name = "direction_lookup", api = "dash_direction_lookup"]
Expand Down

0 comments on commit 77aa605

Please sign in to comment.