Skip to content

Commit

Permalink
update overlay_rewrite_data in flow.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhai committed Feb 5, 2025
1 parent ff3be5f commit f3db18b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dash-pipeline/dpapp/dash/flow.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ typedef struct overlay_rewrite_data {
ip46_address_t dip;
ip6_address_t sip_mask;
ip6_address_t dip_mask;
u16 sport;
u16 dport;
#if defined(__LITTLE_ENDIAN_BITFIELD)
u8 is_ipv6 :1;
u8 reserved :7;
Expand Down

0 comments on commit f3db18b

Please sign in to comment.