We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309e3b6 commit dce0f14Copy full SHA for dce0f14
test/test-manager/src/vm/network/linux.rs
@@ -38,9 +38,9 @@ data_encoding_macro::base64_array!(
38
"pub const CUSTOM_TUN_LOCAL_PRIVKEY" = "mPue6Xt0pdz4NRAhfQSp/SLKo7kV7DW+2zvBq0N9iUI="
39
);
40
41
-/// "Real" (non-tunnel) IP of the wireguard remote peer as defined in `setup-network.sh`.
+/// "Real" (non-tunnel) IP of the wireguard remote peer on the host
42
#[allow(dead_code)]
43
-pub const CUSTOM_TUN_REMOTE_REAL_ADDR: Ipv4Addr = Ipv4Addr::new(172, 29, 1, 200);
+pub const CUSTOM_TUN_REMOTE_REAL_ADDR: Ipv4Addr = Ipv4Addr::new(172, 29, 1, 1);
44
/// Port of the wireguard remote peer as defined in `setup-network.sh`.
45
46
pub const CUSTOM_TUN_REMOTE_REAL_PORT: u16 = 51820;
0 commit comments