Skip to content

Size of ipv6 in documentation #98

@kot-begemot-uk

Description

@kot-begemot-uk

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions