Skip to content

Commit

Permalink
Fake changes for retriggering CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrasherLT committed Aug 22, 2024
1 parent bd5ee8c commit 566de66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/telio-model/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ pub const IPV6_STARCAST_ADDRESS: Ipv6Addr = Ipv6Addr::new(0xfd74, 0x656c, 0x696f
pub const IPV4_STARCAST_NETWORK: ConstIpv4Net = ConstIpv4Net::new(IPV4_STARCAST_ADDRESS, 32);
/// Ipv6 starcast's virtual peer network
pub const IPV6_STARCAST_NETWORK: ConstIpv6Net = ConstIpv6Net::new(IPV6_STARCAST_ADDRESS, 128);
//

0 comments on commit 566de66

Please sign in to comment.