Open
Description
Version
N/A
Linux Version
N/A
Describe the bug
This passage in the documentation cannot be right. ipv6 as a u32?
https://github.com/solo-io/bumblebee/blob/main/docs/concepts.md
// A basic ipv4 address represented as a u32
typedef u32 ipv4_addr;
// A basic ipv6 address represented as a u32
typedef u32 ipv6_addr;
// A duration in NS stored as a u64
typedef u64 duration;
Steps to reproduce the bug
N/A
Expected Behavior
ipv4 should be u128
Additional Context
N/A
Metadata
Assignees
Labels
No labels