You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix format specifier for ip_source bitfield in header_rewrite (#12677)
Use PRIu64 with explicit cast to uint64_t to match the bitfield's underlying
type and ensure cross-platform compatibility. This fixes build failures on
Ubuntu 20.04.
0 commit comments