Skip to content

Commit

Permalink
Update common/src/address.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew J. Stone <[email protected]>
  • Loading branch information
ahl and andrewjstone authored May 23, 2024
1 parent 0d320e3 commit c427295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub const NTP_PORT: u16 = 123;
/// The length for all VPC IPv6 prefixes
pub const VPC_IPV6_PREFIX_LENGTH: u8 = 48;

/// The prefix length for all VPC Sunets
/// The prefix length for all VPC subnets
pub const VPC_SUBNET_IPV6_PREFIX_LENGTH: u8 = 64;

// The number of ports available to an SNAT IP.
Expand Down

0 comments on commit c427295

Please sign in to comment.