Skip to content

Commit

Permalink
minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f committed Sep 2, 2024
1 parent bd617cd commit ce46d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash-pipeline/bmv2/dash_metadata.p4
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ enum bit<32> dash_routing_actions_t {
NAT64 = (1 << 3),
NAT_PORT = (1 << 4),
TUNNEL = (1 << 5),
REVERSE_TUNNEL = (1 << 6),
REVERSE_TUNNEL = (1 << 6)
};

enum bit<16> dash_direction_t {
Expand Down

0 comments on commit ce46d9d

Please sign in to comment.