diff --git a/rust/connlib/tunnel/src/tests/sim_node.rs b/rust/connlib/tunnel/src/tests/sim_node.rs index 8068324af..a2cd087aa 100644 --- a/rust/connlib/tunnel/src/tests/sim_node.rs +++ b/rust/connlib/tunnel/src/tests/sim_node.rs @@ -168,7 +168,7 @@ pub(crate) fn tunnel_ip4s() -> impl Iterator { /// /// See . pub(crate) fn tunnel_ip6s() -> impl Iterator { - Ipv6Network::new(Ipv6Addr::new(64_768, 8_225, 4_369, 0, 0, 0, 0, 0), 107) + Ipv6Network::new(Ipv6Addr::new(0xfd00, 0x2021, 0x1111, 0, 0, 0, 0, 0), 107) .unwrap() .subnets_with_prefix(128) .map(|n| n.network_address())